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](https://keepachange
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.30.1] - 2022.06.23
9
+
8
10
### Fixed
9
11
* [ ` display-name ` ] : fix false positive for HOF returning only nulls ([ #3291 ] [ ] @golopot )
10
12
* [ ` jsx-no-leaked-render ` ] : avoid unnecessary negation operators and ternary branches deletion ([ #3299 ] [ ] @Belco90 )
@@ -14,6 +16,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
14
16
* [ Docs] [ ` jsx-tag-spacing ` ] : rename option from [ #3264 ] [ ] ([ #3294 [ ] @ljharb )
15
17
* [ Docs] [ ` jsx-key ` ] : split the examples ([ #3293 ] [ ] @ioggstream )
16
18
19
+ [ 7.30.1 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.30.0...v7.30.1
17
20
[ #3304 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3304
18
21
[ #3299 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3299
19
22
[ #3294 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3294
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.30.0 " ,
3
+ "version" : " 7.30.1 " ,
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