File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.31.2] - 2022.09.02
9
+
8
10
### Fixed
9
11
* [ ` jsx-key ` ] : avoid a crash with optional chaining ([ #3371 ] [ ] @ljharb )
10
12
* [ ` 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
16
18
* [ Refactor] [ ` no-unknown-property ` ] : improve jsdoc; extract logic to separate functions ([ #3377 ] [ ] @sjarva )
17
19
* [ Refactor] [ ` no-unknown-property ` ] : update DOM properties to include also one word properties ([ #3377 ] [ ] @sjarva )
18
20
21
+ [ 7.31.2 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.1...v7.31.2
19
22
[ #3377 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3377
20
23
[ #3376 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3376
21
24
[ #3375 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3375
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.31.1 " ,
3
+ "version" : " 7.31.2 " ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments