diff --git a/CHANGELOG.md b/CHANGELOG.md index 80afba2527..73fe1726c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## Unreleased +## [7.32.0] - 2023.01.10 + ### Added * support new config system ([#3429][] @jjangga0214) * [`hook-use-state`]: add `allowDestructuredState` option ([#3449][] @ljharb) @@ -30,6 +32,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange * [Docs] [`prefer-exact-props`]: fix example flow syntax ([#3510][] @smackfu) * [Perf] use `anyOf` instead of `oneOf` (@ljharb @remcohaszing) +[7.32.0]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.11...v7.32.0 [#3511]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3511 [#3510]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3510 [#3504]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3504 diff --git a/package.json b/package.json index b63367f2bf..0f03fbeb52 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.31.11", + "version": "7.32.0", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",