diff --git a/.changeset/neat-days-enter.md b/.changeset/neat-days-enter.md deleted file mode 100644 index 9e7798c..0000000 --- a/.changeset/neat-days-enter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@awesome-code-style/eslint-config': minor ---- - -Bump react-hooks, tweak switch-exhaustiveness-check diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index 884975a..2b10e09 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @awesome-code-style/eslint-config +## 6.1.0 + +### Minor Changes + +- [#41](https://github.com/implydata/awesome-code-style/pull/41) [`b634c84`](https://github.com/implydata/awesome-code-style/commit/b634c84d9db63a9360b174a8691dabe2716a66ee) Thanks [@jgoz](https://github.com/jgoz)! - Bump react-hooks, tweak switch-exhaustiveness-check + ## 6.0.2 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 84b7bc5..f9769f3 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.0.2", + "version": "6.1.0", "publishConfig": { "access": "public" },