diff --git a/.changeset/fix-react-rules.md b/.changeset/fix-react-rules.md deleted file mode 100644 index 5a5167da..00000000 --- a/.changeset/fix-react-rules.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@mheob/eslint-config': patch ---- - -Update React ESLint rules configuration. diff --git a/packages/eslint-config/CHANGELOG.md b/packages/eslint-config/CHANGELOG.md index da25e61b..2465a143 100644 --- a/packages/eslint-config/CHANGELOG.md +++ b/packages/eslint-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @mheob/eslint-config +## 8.14.4 + +### Patch Changes + +- [#315](https://github.com/mheob/config/pull/315) ([@mheob](https://github.com/mheob)): Update React ESLint rules configuration. + ## 8.14.3 ### Patch Changes diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 7dd9297a..29b6ce4d 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@mheob/eslint-config", - "version": "8.14.3", + "version": "8.14.4", "description": "My personal configuration for eslint.", "keywords": [ "eslint",