From 96062ea1c963ee811240eac921ec99648bec8a5e Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 9 Oct 2022 13:08:03 -0700 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 ff129a47ee..f7545fa2e9 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.31.9] - 2022.10.09 + ### Fixed * [`no-unknown-property`]: add `dialog` attributes ([#3436][] @ljharb) * [`no-arrow-function-lifecycle`]: when converting from an arrow, remove the semi and wrapping parens ([#3337][] @ljharb) @@ -19,6 +21,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange * [Perf] component detection: improve performance by optimizing getId ([#3451][] @golopot) * [Docs] [`no-unstable-nested-components`]: Warn about memoized, nested components ([#3444][] @eps1lon) +[7.31.9]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.8...v7.31.9 [#3454]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3454 [#3451]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3451 [#3448]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3448 diff --git a/package.json b/package.json index 7616688f3c..229403afed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.31.8", + "version": "7.31.9", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",