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,12 +5,15 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.29.1] - 2022.02.25
9
+
8
10
### Fixed
9
11
* [ ` jsx-key ` ] : prevent false "missing array key" warning ([ #3215 ] [ ] @ljharb )
10
12
* [ ` jsx-indent ` ] : avoid checking returns sans jsx ([ #3218 ] [ ] @ljharb )
11
13
* [ ` jsx-key ` ] : avoid a crash ([ #3220 ] [ ] @ljharb )
12
14
* version settings: avoid a crash with an invalid version ([ #3219 ] [ ] @ljharb )
13
15
16
+ [ 7.29.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.29.0...v7.29.1
14
17
[ #3220 ] : https://github.com/yannickcr/eslint-plugin-react/issues/3220
15
18
[ #3219 ] : https://github.com/yannickcr/eslint-plugin-react/issues/3219
16
19
[ #3218 ] : https://github.com/yannickcr/eslint-plugin-react/issues/3218
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.29.0 " ,
3
+ "version" : " 7.29.1 " ,
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