From d41f7f2bb4ff4d3adb47c18340d3fdb443c5e511 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 May 2021 07:36:45 +0000 Subject: [PATCH] chore(release): 1.1.0 [skip ci] # [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)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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"