diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dd57919 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.2.0](https://github.com/antfu/eslint-config/compare/v0.1.5...v0.2.0) (2019-07-17) + + +### Features + +* add ts config ([b025b09](https://github.com/antfu/eslint-config/commit/b025b09)) diff --git a/lerna.json b/lerna.json index 3c3eadd..d9626b9 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.1.5" + "version": "0.2.0" } diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md new file mode 100644 index 0000000..dd57919 --- /dev/null +++ b/packages/common/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.2.0](https://github.com/antfu/eslint-config/compare/v0.1.5...v0.2.0) (2019-07-17) + + +### Features + +* add ts config ([b025b09](https://github.com/antfu/eslint-config/commit/b025b09)) diff --git a/packages/common/package.json b/packages/common/package.json index 5c42b32..0015ca8 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config", - "version": "0.1.5", + "version": "0.2.0", "description": "", "main": "index.js", "keywords": [], diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md new file mode 100644 index 0000000..dd57919 --- /dev/null +++ b/packages/typescript/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.2.0](https://github.com/antfu/eslint-config/compare/v0.1.5...v0.2.0) (2019-07-17) + + +### Features + +* add ts config ([b025b09](https://github.com/antfu/eslint-config/commit/b025b09)) diff --git a/packages/typescript/package.json b/packages/typescript/package.json index b4a4e90..12d005f 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-ts", - "version": "0.1.5", + "version": "0.2.0", "description": "", "main": "index.js", "keywords": [], @@ -20,7 +20,7 @@ "typescript": ">=3.5" }, "dependencies": { - "@antfu/eslint-config": "^0.1.5", + "@antfu/eslint-config": "^0.2.0", "@typescript-eslint/eslint-plugin": "1.11.0", "@typescript-eslint/parser": "^1.10.2" }, diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md new file mode 100644 index 0000000..dd57919 --- /dev/null +++ b/packages/vue/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [0.2.0](https://github.com/antfu/eslint-config/compare/v0.1.5...v0.2.0) (2019-07-17) + + +### Features + +* add ts config ([b025b09](https://github.com/antfu/eslint-config/commit/b025b09)) diff --git a/packages/vue/package.json b/packages/vue/package.json index 96c831a..63f9f82 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-vue", - "version": "0.1.5", + "version": "0.2.0", "description": "", "main": "index.js", "keywords": [], @@ -19,7 +19,7 @@ "access": "public" }, "dependencies": { - "@antfu/eslint-config": "^0.1.5", + "@antfu/eslint-config": "^0.2.0", "eslint-plugin-nuxt": "0.4.3", "eslint-plugin-vue": "5.2.3" },