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,10 +5,13 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55
66## Unreleased
77
8+ ## [ 7.32.1] - 2023.01.16
9+
810### Fixed
911* prevent circular dependency in index and "all" config ([ #3519 ] [ ] @ljharb )
1012* [ ` destructuring-assignment ` ] : do not force destructuring of optionally chained properties ([ #3520 ] [ ] @ljharb )
1113
14+ [ 7.32.1 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.32.0...v7.32.1
1215[ #3520 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3520
1316[ #3519 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3519
1417
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.32.0 " ,
3+ "version" : " 7.32.1 " ,
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