Skip to content

Commit d41f7f2

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.4...v1.1.0) (2021-05-13) ### Features * support styled-components ([#45](#45)) ([137c70f](137c70f))
1 parent 137c70f commit d41f7f2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [1.1.0](https://github.com/kotarella1110/eslint-plugin-react-form-fields/compare/v1.0.4...v1.1.0) (2021-05-13)
2+
3+
### Features
4+
5+
- 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))
6+
17
## [1.0.4](https://github.com/kotarella1110/eslint-plugin-react-form-fields/compare/v1.0.3...v1.0.4) (2021-05-04)
28

39
### Bug Fixes

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-form-fields",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "React Form Fields specific linting rules for ESLint",
55
"engines": {
66
"node": ">=8.10.0"

0 commit comments

Comments
 (0)