Skip to content

Commit 91ea5d5

Browse files
committed
Update CHANGELOG and bump version
1 parent 6128f9a commit 91ea5d5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,15 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
## [7.31.4] - 2022.09.04
9+
810
### Fixed
911
* [`no-unknown-property`]: support `checked` on inputs ([#3383][] @ljharb)
1012

1113
[#3383]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3383
1214

15+
[7.31.4]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.3...v7.31.4
16+
1317
## [7.31.3] - 2022.09.03
1418

1519
### Fixed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.31.3",
3+
"version": "7.31.4",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)