From 66b58dd4864678eb869a7bf434c72ff7ac530eb1 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 28 Jan 2023 22:20:58 -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 4d2745ba8d..3e5d07e8a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,14 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## Unreleased +## [7.32.2] - 2023.01.28 + ### Fixed * configs: restore `parserOptions` in legacy configs ([#3523][] @ljharb) * [`jsx-no-constructed-context-values`], [`jsx-no-useless-fragment`]: add a rule schema (@ljharb) ( [`no-unknown-property`]: add `fill` for `` ([#3525][] @alexey-koran) +[7.32.2]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.32.1...v7.32.2 [#3525]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3525 [#3520]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3523 diff --git a/package.json b/package.json index 2ac8abd238..e29d7a336f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.32.1", + "version": "7.32.2", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",