From f792df041b897c2bcec5d8d7da4907fb472cd5d8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 13 Apr 2021 01:26:53 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/kotarella1110/eslint-plugin-react-form-fields/compare/v1.0.1...v1.0.2) (2021-04-13) ### Bug Fixes * **deps:** bump @typescript-eslint/experimental-utils ([dcd4949](https://github.com/kotarella1110/eslint-plugin-react-form-fields/commit/dcd49491bad627e770308c147a41686763497b62)) --- 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 255d744..4cec06b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.2](https://github.com/kotarella1110/eslint-plugin-react-form-fields/compare/v1.0.1...v1.0.2) (2021-04-13) + +### Bug Fixes + +- **deps:** bump @typescript-eslint/experimental-utils ([dcd4949](https://github.com/kotarella1110/eslint-plugin-react-form-fields/commit/dcd49491bad627e770308c147a41686763497b62)) + ## [1.0.1](https://github.com/kotarella1110/eslint-plugin-react-form-fields/compare/v1.0.0...v1.0.1) (2021-04-06) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index a7dfebc..fe5511d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react-form-fields", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0a2d85f..9f2c995 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react-form-fields", - "version": "1.0.1", + "version": "1.0.2", "description": "React Form Fields specific linting rules for ESLint", "engines": { "node": ">=8.10.0"