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](http://keepachangel
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.23.2] - 2021.04.08
9
+
8
10
### Fixed
9
11
* [ ` jsx-max-depth ` ] : Prevent getting stuck in circular references ([ #2957 ] [ ] @AriPerkkio )
10
12
* [ ` 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
14
16
### Changed
15
17
* Fix CHANGELOG.md ([ #2950 ] [ ] @JounQin )
16
18
19
+ [ 7.23.2 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.1...v7.23.2
17
20
[ #2961 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2961
18
21
[ #2953 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2953
19
22
[ #2957 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2957
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.23.1 " ,
3
+ "version" : " 7.23.2 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
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