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.0] - 2022.05.18
9
+
8
10
### Added
9
11
* [ ` destructuring-assignment ` ] : add option ` destructureInSignature ` ([ #3235 ] [ ] @golopot )
10
12
* [ ` no-unknown-property ` ] : Allow crossOrigin on image tag (SVG) ([ #3251 ] [ ] @zpao )
@@ -36,6 +38,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
36
38
* [ Refactor] improve performance of rule merging ([ #3281 ] [ ] @golopot )
37
39
* [ Refactor] improve performance of component detection ([ #3276 ] [ ] @golopot )
38
40
41
+ [ 7.30.0 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.29.4...v7.30.0
39
42
[ #3281 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3281
40
43
[ #3280 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3280
41
44
[ #3279 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3279
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.29.4 " ,
3
+ "version" : " 7.30.0 " ,
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