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.27.0] - 2021.11.09
9+
810### Added
911* support eslint 8.x ([ #3059 ] [ ] @MichaelDeBoey @ljharb )
1012* [ ` no-unused-class-component-methods ` ] : Handle unused class component methods ([ #2166 ] [ ] @jakeleventhal @pawelnvk )
@@ -29,6 +31,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
2931* [ Tests] test on the new babel eslint parser ([ #3113 ] @ljharb )
3032* [ Docs] [ ` jsx-no-target-blank ` ] : adjust options description ([ #3124 ] @gebsh )
3133
34+ [ 7.27.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.26.1...v7.27.0
3235[ #3126 ] : https://github.com/yannickcr/eslint-plugin-react/issue/3126
3336[ #3124 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3124
3437[ #3122 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3122
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.26.1 " ,
3+ "version" : " 7.27.0 " ,
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