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.1] - 2021.11.18
9+
810### Fixed
911* [ ` no-invalid-html-attribute ` ] : allow ` link ` ` rel ` to have ` apple-touch-icon ` , ` mask-icon ` ([ #3132 ] [ ] @ljharb )
1012* [ ` 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
1517### Changed
1618* [ readme] fix syntax typo ([ #3141 ] [ ] @moselhy )
1719
20+ [ 7.27.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.27.0...v7.27.1
1821[ #3145 ] : https://github.com/yannickcr/eslint-plugin-react/issue/3145
1922[ #3144 ] : https://github.com/yannickcr/eslint-plugin-react/issue/3144
2023[ #3142 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3142
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.27.0 " ,
3+ "version" : " 7.27.1 " ,
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