Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.3](v1.0.2...v1.0.3) (2021-04-14)

### Bug Fixes

* exclude from no-only-value-prop rule when input type is hidden ([#23](#23)) ([96044cb](96044cb))
  • Loading branch information
semantic-release-bot committed Apr 14, 2021
1 parent 96044cb commit 78b9cd5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.0.3](https://github.com/kotarella1110/eslint-plugin-react-form-fields/compare/v1.0.2...v1.0.3) (2021-04-14)

### Bug Fixes

- exclude from no-only-value-prop rule when input type is hidden ([#23](https://github.com/kotarella1110/eslint-plugin-react-form-fields/issues/23)) ([96044cb](https://github.com/kotarella1110/eslint-plugin-react-form-fields/commit/96044cb3e6796838729456b8ec2f879a12ac8198))

## [1.0.2](https://github.com/kotarella1110/eslint-plugin-react-form-fields/compare/v1.0.1...v1.0.2) (2021-04-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-form-fields",
"version": "1.0.2",
"version": "1.0.3",
"description": "React Form Fields specific linting rules for ESLint",
"engines": {
"node": ">=8.10.0"
Expand Down

0 comments on commit 78b9cd5

Please sign in to comment.