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.32.0] - 2023.01.10
9
+
8
10
### Added
9
11
* support new config system ([ #3429 ] [ ] @jjangga0214 )
10
12
* [ ` hook-use-state ` ] : add ` allowDestructuredState ` option ([ #3449 ] [ ] @ljharb )
@@ -30,6 +32,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
30
32
* [ Docs] [ ` prefer-exact-props ` ] : fix example flow syntax ([ #3510 ] [ ] @smackfu )
31
33
* [ Perf] use ` anyOf ` instead of ` oneOf ` (@ljharb @remcohaszing )
32
34
35
+ [ 7.32.0 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.11...v7.32.0
33
36
[ #3511 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3511
34
37
[ #3510 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3510
35
38
[ #3504 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3504
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.31.11 " ,
3
+ "version" : " 7.32.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