From b2e069e0c5dc93b3b7cb71013f0836530f9af452 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 16 Jan 2023 12:27:50 -0800 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",