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](http://keepachangel
55
66## Unreleased
77
8+ ## [ 7.23.2] - 2021.04.08
9+
810### Fixed
911* [ ` jsx-max-depth ` ] : Prevent getting stuck in circular references ([ #2957 ] [ ] @AriPerkkio )
1012* [ ` jsx-no-target-blank ` ] : fix handling of ` warnOnSpreadAttributes ` being false ([ #2953 ] [ ] @Nokel81 )
@@ -14,6 +16,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
1416### Changed
1517* Fix CHANGELOG.md ([ #2950 ] [ ] @JounQin )
1618
19+ [ 7.23.2 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.1...v7.23.2
1720[ #2961 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2961
1821[ #2953 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2953
1922[ #2957 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2957
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.23.1 " ,
3+ "version" : " 7.23.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