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.27.0] - 2021.11.09
9
+
8
10
### Added
9
11
* support eslint 8.x ([ #3059 ] [ ] @MichaelDeBoey @ljharb )
10
12
* [ ` 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
29
31
* [ Tests] test on the new babel eslint parser ([ #3113 ] @ljharb )
30
32
* [ Docs] [ ` jsx-no-target-blank ` ] : adjust options description ([ #3124 ] @gebsh )
31
33
34
+ [ 7.27.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.26.1...v7.27.0
32
35
[ #3126 ] : https://github.com/yannickcr/eslint-plugin-react/issue/3126
33
36
[ #3124 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3124
34
37
[ #3122 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3122
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.26.1 " ,
3
+ "version" : " 7.27.0 " ,
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