File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.31.1 " ,
3+ "version" : " 7.31.2 " ,
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments