diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e9ae2c..5b5494e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/react-hookz/eslint-config/compare/v2.0.0...v2.0.1) (2023-07-03) + + +### Bug Fixes + +* add rules to base and react configs ([b6b4429](https://github.com/react-hookz/eslint-config/commit/b6b442977c8b1f5003d3f0dab8614040ab1e37bc)) + # [2.0.0](https://github.com/react-hookz/eslint-config/compare/v1.8.0...v2.0.0) (2023-06-29) diff --git a/package.json b/package.json index f5c08f6..f51d3d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@react-hookz/eslint-config", - "version": "2.0.0", + "version": "2.0.1", "description": "eslint configuration files used in @react-hookz projects", "license": "MIT", "repository": {