Skip to content

Commit c8f2813

Browse files
committed
Update CHANGELOG and bump version
1 parent e312953 commit c8f2813

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff 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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)