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
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.29.0] - 2022.02.24
9
+
8
10
### Added
9
11
* add [ ` hook-use-state ` ] rule to enforce symmetric useState hook variable names ([ #2921 ] [ ] @duncanbeevers )
10
12
* [ ` jsx-no-target-blank ` ] : Improve fixer with option ` allowReferrer ` ([ #3167 ] [ ] @apepper )
@@ -43,6 +45,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
43
45
* [ Docs] [ ` jsx-key ` ] : improve example ([ #3202 ] [ ] @chnakamura )
44
46
* [ Refactor] [ ` jsx-key ` ] : use more AST selectors (@ljharb )
45
47
48
+ [ 7.29.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.28.0...v7.29.0
46
49
[ #3207 ] : https://github.com/yannickcr/eslint-plugin-react/issues/3207
47
50
[ #3202 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3202
48
51
[ #3199 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3199
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.28 .0" ,
3
+ "version" : " 7.29 .0" ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
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