diff --git a/.changeset/tough-mammals-mate.md b/.changeset/tough-mammals-mate.md deleted file mode 100644 index c4ff43b..0000000 --- a/.changeset/tough-mammals-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@awesome-code-style/eslint-config': minor ---- - -Bump to eslint-plugin-react-hooks 7 diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 159e734..acfe62e 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @awesome-code-style/eslint-config +## 6.2.0 + +### Minor Changes + +- [#47](https://github.com/implydata/awesome-code-style/pull/47) [`dd2d780`](https://github.com/implydata/awesome-code-style/commit/dd2d7800dd2e069eb183d04f4596ae5ba75e9f6b) Thanks [@jgoz](https://github.com/jgoz)! - Bump to eslint-plugin-react-hooks 7 + ## 6.1.2 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index ef61140..64a4777 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,7 +1,7 @@ { "name": "@awesome-code-style/eslint-config", "description": "ESLint configuration for TypeScript projects that might use React", - "version": "6.1.2", + "version": "6.2.0", "publishConfig": { "access": "public" },