We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6128f9a commit 91ea5d5Copy full SHA for 91ea5d5
CHANGELOG.md
@@ -5,11 +5,15 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
6
## Unreleased
7
8
+## [7.31.4] - 2022.09.04
9
+
10
### Fixed
11
* [`no-unknown-property`]: support `checked` on inputs ([#3383][] @ljharb)
12
13
[#3383]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3383
14
15
+[7.31.4]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.3...v7.31.4
16
17
## [7.31.3] - 2022.09.03
18
19
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-react",
3
- "version": "7.31.3",
+ "version": "7.31.4",
4
"author": "Yannick Croissant <[email protected]>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
0 commit comments