diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c5e0ff..c793419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.14](https://github.com/antfu/eslint-config/compare/v0.2.13...v0.2.14) (2020-07-18) + +**Note:** Version bump only for package @antfu/eslint-config + + + + + ## [0.2.13](https://github.com/antfu/eslint-config/compare/v0.2.12...v0.2.13) (2020-06-09) diff --git a/lerna.json b/lerna.json new file mode 100644 index 0000000..1f43559 --- /dev/null +++ b/lerna.json @@ -0,0 +1,6 @@ +{ + "packages": [ + "packages/*" + ], + "version": "0.2.14" +} diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 5b09da4..c2d8002 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.14](https://github.com/antfu/eslint-config/compare/v0.2.13...v0.2.14) (2020-07-18) + +**Note:** Version bump only for package @antfu/eslint-config + + + + + ## [0.2.13](https://github.com/antfu/eslint-config/compare/v0.2.12...v0.2.13) (2020-06-09) diff --git a/packages/common/package.json b/packages/common/package.json index c097209..b9fffa5 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config", - "version": "0.2.13", + "version": "0.2.14", "description": "", "main": "index.js", "keywords": [], diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index 10f29e9..707ed97 100644 --- a/packages/typescript/CHANGELOG.md +++ b/packages/typescript/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.14](https://github.com/antfu/eslint-config/compare/v0.2.13...v0.2.14) (2020-07-18) + +**Note:** Version bump only for package @antfu/eslint-config-ts + + + + + ## [0.2.13](https://github.com/antfu/eslint-config/compare/v0.2.12...v0.2.13) (2020-06-09) diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 5f9e3c7..84feea8 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-ts", - "version": "0.2.13", + "version": "0.2.14", "description": "", "main": "index.js", "keywords": [], @@ -20,7 +20,7 @@ "typescript": ">=3.9" }, "dependencies": { - "@antfu/eslint-config": "^0.2.13", + "@antfu/eslint-config": "^0.2.14", "@typescript-eslint/eslint-plugin": "3.6.1", "@typescript-eslint/parser": "^3.6.1" }, diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 655cf59..36e056d 100644 --- a/packages/vue/CHANGELOG.md +++ b/packages/vue/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.14](https://github.com/antfu/eslint-config/compare/v0.2.13...v0.2.14) (2020-07-18) + +**Note:** Version bump only for package @antfu/eslint-config-vue + + + + + ## [0.2.13](https://github.com/antfu/eslint-config/compare/v0.2.12...v0.2.13) (2020-06-09) **Note:** Version bump only for package @antfu/eslint-config-vue diff --git a/packages/vue/package.json b/packages/vue/package.json index 5da2c76..e25b966 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-vue", - "version": "0.2.13", + "version": "0.2.14", "description": "", "main": "index.js", "keywords": [], @@ -19,7 +19,7 @@ "access": "public" }, "dependencies": { - "@antfu/eslint-config-ts": "^0.2.13", + "@antfu/eslint-config-ts": "^0.2.14", "eslint-plugin-vue": "7.0.0-alpha.10" }, "devDependencies": {