diff --git a/CHANGELOG.md b/CHANGELOG.md index dc0b383..2fc34a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.1.0](https://github.com/kotarella1110/eslint-plugin-react-form-fields/compare/v1.0.4...v1.1.0) (2021-05-13) + +### Features + +- support styled-components ([#45](https://github.com/kotarella1110/eslint-plugin-react-form-fields/issues/45)) ([137c70f](https://github.com/kotarella1110/eslint-plugin-react-form-fields/commit/137c70fba1c007996ba77102dd2787969e4ef696)) + ## [1.0.4](https://github.com/kotarella1110/eslint-plugin-react-form-fields/compare/v1.0.3...v1.0.4) (2021-05-04) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index cd57cf0..97f5a0b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react-form-fields", - "version": "1.0.4", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 15fa829..5a79be6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react-form-fields", - "version": "1.0.4", + "version": "1.1.0", "description": "React Form Fields specific linting rules for ESLint", "engines": { "node": ">=8.10.0"