Skip to content

Commit 96062ea

Browse files
committed
Update CHANGELOG and bump version
1 parent b3c0e8d commit 96062ea

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.9] - 2022.10.09
9+
810
### Fixed
911
* [`no-unknown-property`]: add `dialog` attributes ([#3436][] @ljharb)
1012
* [`no-arrow-function-lifecycle`]: when converting from an arrow, remove the semi and wrapping parens ([#3337][] @ljharb)
@@ -19,6 +21,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1921
* [Perf] component detection: improve performance by optimizing getId ([#3451][] @golopot)
2022
* [Docs] [`no-unstable-nested-components`]: Warn about memoized, nested components ([#3444][] @eps1lon)
2123

24+
[7.31.9]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.8...v7.31.9
2225
[#3454]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3454
2326
[#3451]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3451
2427
[#3448]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3448

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

0 commit comments

Comments
 (0)