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
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.21.4] - 2020.10.09
9
+
8
10
### Fixed
9
11
* [ ` no-unused-prop-types ` ] : Silence false positive on ` never ` type in TS ([ #2815 ] [ ] @pcorpet )
10
12
* [ ` jsx-indent-props ` ] : Apply indentation when operator is used in front of the upper line ([ #2808 ] [ ] , [ #2820 ] [ ] @Moong0122 )
11
13
* [ Deps] update ` jsx-ast-utils ` ([ #2822 ] [ ] [ jsx-eslint/jsx-ast-utils #102 ] [ ] @ljharb )
12
14
15
+ [ 7.21.4 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.3...v7.21.4
13
16
[ #2822 ] : https://github.com/yannickcr/eslint-plugin-react/issues/2822
14
17
[ #2820 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2820
15
18
[ #2815 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2815
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.21.3 " ,
3
+ "version" : " 7.21.4 " ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
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