diff --git a/CHANGELOG.md b/CHANGELOG.md index 3320cba..8b2848e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.12.0](https://github.com/antfu/eslint-config/compare/v0.11.1...v0.12.0) (2021-12-04) + + +### Features + +* rules for tests ([2e07691](https://github.com/antfu/eslint-config/commit/2e07691eebc3d74bf0c9d8b14cedc7ef7c89fbfb)) + + + + + ## [0.11.1](https://github.com/antfu/eslint-config/compare/v0.11.0...v0.11.1) (2021-11-27) diff --git a/lerna.json b/lerna.json index 9eb7c9a..06e6598 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "packages": [ "packages/*" ], - "version": "0.11.1" + "version": "0.12.0" } diff --git a/packages/all/CHANGELOG.md b/packages/all/CHANGELOG.md index eb2352b..085f79a 100644 --- a/packages/all/CHANGELOG.md +++ b/packages/all/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.12.0](https://github.com/antfu/eslint-config/compare/v0.11.1...v0.12.0) (2021-12-04) + +**Note:** Version bump only for package @antfu/eslint-config + + + + + ## [0.11.1](https://github.com/antfu/eslint-config/compare/v0.11.0...v0.11.1) (2021-11-27) **Note:** Version bump only for package @antfu/eslint-config diff --git a/packages/all/package.json b/packages/all/package.json index 505cba4..1b6105c 100644 --- a/packages/all/package.json +++ b/packages/all/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config", - "version": "0.11.1", + "version": "0.12.0", "description": "", "keywords": [], "license": "MIT", @@ -13,8 +13,8 @@ "eslint": ">=7.4.0" }, "dependencies": { - "@antfu/eslint-config-react": "^0.11.0", - "@antfu/eslint-config-vue": "^0.11.1", + "@antfu/eslint-config-react": "^0.12.0", + "@antfu/eslint-config-vue": "^0.12.0", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", "eslint-config-standard": "^16.0.3", diff --git a/packages/basic/CHANGELOG.md b/packages/basic/CHANGELOG.md index e540a35..80f58c5 100644 --- a/packages/basic/CHANGELOG.md +++ b/packages/basic/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.12.0](https://github.com/antfu/eslint-config/compare/v0.11.1...v0.12.0) (2021-12-04) + + +### Features + +* rules for tests ([2e07691](https://github.com/antfu/eslint-config/commit/2e07691eebc3d74bf0c9d8b14cedc7ef7c89fbfb)) + + + + + # [0.11.0](https://github.com/antfu/eslint-config/compare/v0.10.0...v0.11.0) (2021-11-27) **Note:** Version bump only for package @antfu/eslint-config-basic diff --git a/packages/basic/package.json b/packages/basic/package.json index 9b7feb7..f69de1c 100644 --- a/packages/basic/package.json +++ b/packages/basic/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-basic", - "version": "0.11.0", + "version": "0.12.0", "description": "", "keywords": [], "license": "MIT", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 503ddcc..59d5f09 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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.12.0](https://github.com/antfu/eslint-config/compare/v0.11.1...v0.12.0) (2021-12-04) + +**Note:** Version bump only for package @antfu/eslint-config-react + + + + + # [0.11.0](https://github.com/antfu/eslint-config/compare/v0.10.0...v0.11.0) (2021-11-27) **Note:** Version bump only for package @antfu/eslint-config-react diff --git a/packages/react/package.json b/packages/react/package.json index f0d6b57..144b80b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-react", - "version": "0.11.0", + "version": "0.12.0", "description": "", "keywords": [], "license": "MIT", @@ -19,7 +19,7 @@ "access": "public" }, "dependencies": { - "@antfu/eslint-config-ts": "^0.11.0", + "@antfu/eslint-config-ts": "^0.12.0", "eslint-plugin-react": "^7.27.1" }, "devDependencies": { diff --git a/packages/typescript/CHANGELOG.md b/packages/typescript/CHANGELOG.md index 766c66b..16f5b21 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.12.0](https://github.com/antfu/eslint-config/compare/v0.11.1...v0.12.0) (2021-12-04) + +**Note:** Version bump only for package @antfu/eslint-config-ts + + + + + # [0.11.0](https://github.com/antfu/eslint-config/compare/v0.10.0...v0.11.0) (2021-11-27) **Note:** Version bump only for package @antfu/eslint-config-ts diff --git a/packages/typescript/package.json b/packages/typescript/package.json index 5f23c79..4502298 100644 --- a/packages/typescript/package.json +++ b/packages/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-ts", - "version": "0.11.0", + "version": "0.12.0", "description": "", "keywords": [], "license": "MIT", @@ -17,7 +17,7 @@ "typescript": ">=3.9" }, "dependencies": { - "@antfu/eslint-config-basic": "^0.11.0", + "@antfu/eslint-config-basic": "^0.12.0", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0" }, diff --git a/packages/vue/CHANGELOG.md b/packages/vue/CHANGELOG.md index 869f82b..b1e7e4a 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.12.0](https://github.com/antfu/eslint-config/compare/v0.11.1...v0.12.0) (2021-12-04) + +**Note:** Version bump only for package @antfu/eslint-config-vue + + + + + ## [0.11.1](https://github.com/antfu/eslint-config/compare/v0.11.0...v0.11.1) (2021-11-27) diff --git a/packages/vue/package.json b/packages/vue/package.json index 48ae914..5038c96 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@antfu/eslint-config-vue", - "version": "0.11.1", + "version": "0.12.0", "description": "", "keywords": [], "license": "MIT", @@ -16,7 +16,7 @@ "access": "public" }, "dependencies": { - "@antfu/eslint-config-ts": "^0.11.0", + "@antfu/eslint-config-ts": "^0.12.0", "eslint-plugin-vue": "^8.1.1" }, "devDependencies": {