Skip to content

Commit 512909b

Browse files
committed
Update CHANGELOG and bump version
1 parent 24690a0 commit 512909b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

66
## Unreleased
77

8+
## [7.31.2] - 2022.09.02
9+
810
### Fixed
911
* [`jsx-key`]: avoid a crash with optional chaining ([#3371][] @ljharb)
1012
* [`jsx-sort-props`]: avoid a crash with spread props ([#3376][] @ljharb)
@@ -16,6 +18,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1618
* [Refactor] [`no-unknown-property`]: improve jsdoc; extract logic to separate functions ([#3377][] @sjarva)
1719
* [Refactor] [`no-unknown-property`]: update DOM properties to include also one word properties ([#3377][] @sjarva)
1820

21+
[7.31.2]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.1...v7.31.2
1922
[#3377]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3377
2023
[#3376]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3376
2124
[#3375]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3375

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.1",
3+
"version": "7.31.2",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)