diff --git a/CHANGELOG.md b/CHANGELOG.md index c0f09bb3f3..c8da52c917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,13 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## Unreleased +## [7.32.1] - 2023.01.16 + ### Fixed * prevent circular dependency in index and "all" config ([#3519][] @ljharb) * [`destructuring-assignment`]: do not force destructuring of optionally chained properties ([#3520][] @ljharb) +[7.32.1]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.32.0...v7.32.1 [#3520]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3520 [#3519]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3519 diff --git a/package.json b/package.json index 0f03fbeb52..2ac8abd238 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.32.0", + "version": "7.32.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",