Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.4...v1.1.0) (2021-05-13)

### Features

* support styled-components ([#45](#45)) ([137c70f](137c70f))
  • Loading branch information
semantic-release-bot committed May 13, 2021
1 parent 137c70f commit d41f7f2
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.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
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.4",
"version": "1.1.0",
"description": "React Form Fields specific linting rules for ESLint",
"engines": {
"node": ">=8.10.0"
Expand Down

0 comments on commit d41f7f2

Please sign in to comment.