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.1] - 2021.11.18
9
+
8
10
### Fixed
9
11
* [ ` no-invalid-html-attribute ` ] : allow ` link ` ` rel ` to have ` apple-touch-icon ` , ` mask-icon ` ([ #3132 ] [ ] @ljharb )
10
12
* [ ` no-unused-class-component-methods ` ] : add ` getChildContext ` lifecycle method ([ #3136 ] [ ] @yoyo837 )
@@ -15,6 +17,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
15
17
### Changed
16
18
* [ readme] fix syntax typo ([ #3141 ] [ ] @moselhy )
17
19
20
+ [ 7.27.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.27.0...v7.27.1
18
21
[ #3145 ] : https://github.com/yannickcr/eslint-plugin-react/issue/3145
19
22
[ #3144 ] : https://github.com/yannickcr/eslint-plugin-react/issue/3144
20
23
[ #3142 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3142
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.27.0 " ,
3
+ "version" : " 7.27.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