Skip to content

Commit b34fc30

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-04-06) ### Bug Fixes * **deps:** bump @typescript-eslint/experimental-utils ([7e2e0ae](7e2e0ae)) ### Features * add no-mix-controlled-with-uncontrolled rule ([de39114](de39114)) * add no-only-value-prop rule ([8217b34](8217b34)) * init ([a34d4e6](a34d4e6))
1 parent b8d9ad9 commit b34fc30

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 1.0.0 (2021-04-06)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @typescript-eslint/experimental-utils ([7e2e0ae](https://github.com/kotarella1110/eslint-plugin-react-form-fields/commit/7e2e0ae5a501cd7d40652945f2c984190bb13086))
6+
7+
### Features
8+
9+
- add no-mix-controlled-with-uncontrolled rule ([de39114](https://github.com/kotarella1110/eslint-plugin-react-form-fields/commit/de3911420cf5c7f14db84013dd4627e55077863b))
10+
- add no-only-value-prop rule ([8217b34](https://github.com/kotarella1110/eslint-plugin-react-form-fields/commit/8217b34a7f31ebcfec2292fab3193cbb798008cc))
11+
- init ([a34d4e6](https://github.com/kotarella1110/eslint-plugin-react-form-fields/commit/a34d4e6e17a64be1b4b0a08306e566e43659acb2))

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": "0.0.0-development",
3+
"version": "1.0.0",
44
"description": "React Form Fields specific linting rules for ESLint",
55
"engines": {
66
"node": ">=8.10.0"

0 commit comments

Comments
 (0)