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
55
66## Unreleased
77
8+ ## [ 7.29.0] - 2022.02.24
9+
810### Added
911* add [ ` hook-use-state ` ] rule to enforce symmetric useState hook variable names ([ #2921 ] [ ] @duncanbeevers )
1012* [ ` 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
4345* [ Docs] [ ` jsx-key ` ] : improve example ([ #3202 ] [ ] @chnakamura )
4446* [ Refactor] [ ` jsx-key ` ] : use more AST selectors (@ljharb )
4547
48+ [ 7.29.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.28.0...v7.29.0
4649[ #3207 ] : https://github.com/yannickcr/eslint-plugin-react/issues/3207
4750[ #3202 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3202
4851[ #3199 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3199
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.28 .0" ,
3+ "version" : " 7.29 .0" ,
44 "author" :
" Yannick Croissant <[email protected] >" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments