diff --git a/CHANGELOG.md b/CHANGELOG.md index 48e0593..dc0b383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.4](https://github.com/kotarella1110/eslint-plugin-react-form-fields/compare/v1.0.3...v1.0.4) (2021-05-04) + +### Bug Fixes + +- **deps:** bump @typescript-eslint/experimental-utils ([4146dae](https://github.com/kotarella1110/eslint-plugin-react-form-fields/commit/4146dae8e9672593cae1a002aa772cf9a90ae03b)) + ## [1.0.3](https://github.com/kotarella1110/eslint-plugin-react-form-fields/compare/v1.0.2...v1.0.3) (2021-04-14) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index b90693a..17dbeb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react-form-fields", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 56279c6..c90a11d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react-form-fields", - "version": "1.0.3", + "version": "1.0.4", "description": "React Form Fields specific linting rules for ESLint", "engines": { "node": ">=8.10.0"