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,11 +5,14 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55
66## Unreleased
77
8+ ## [ 7.21.4] - 2020.10.09
9+
810### Fixed
911* [ ` no-unused-prop-types ` ] : Silence false positive on ` never ` type in TS ([ #2815 ] [ ] @pcorpet )
1012* [ ` jsx-indent-props ` ] : Apply indentation when operator is used in front of the upper line ([ #2808 ] [ ] , [ #2820 ] [ ] @Moong0122 )
1113* [ Deps] update ` jsx-ast-utils ` ([ #2822 ] [ ] [ jsx-eslint/jsx-ast-utils #102 ] [ ] @ljharb )
1214
15+ [ 7.21.4 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.3...v7.21.4
1316[ #2822 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2822
1417[ #2820 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2820
1518[ #2815 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2815
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.21.3 " ,
3+ "version" : " 7.21.4 " ,
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