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,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55
66## Unreleased
77
8+ ## [ 7.32.0] - 2023.01.10
9+
810### Added
911* support new config system ([ #3429 ] [ ] @jjangga0214 )
1012* [ ` hook-use-state ` ] : add ` allowDestructuredState ` option ([ #3449 ] [ ] @ljharb )
@@ -30,6 +32,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
3032* [ Docs] [ ` prefer-exact-props ` ] : fix example flow syntax ([ #3510 ] [ ] @smackfu )
3133* [ Perf] use ` anyOf ` instead of ` oneOf ` (@ljharb @remcohaszing )
3234
35+ [ 7.32.0 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.11...v7.32.0
3336[ #3511 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3511
3437[ #3510 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3510
3538[ #3504 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3504
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.31.11 " ,
3+ "version" : " 7.32.0 " ,
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