From 2d973469f580415d5ac9768b2c609ee1eb76b909 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 26 Aug 2022 12:40:27 -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 5e047a2d48..9340407f7c 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.31.1] - 2022.08.26 + ### Fixed * [`jsx-key`]: fix detecting missing key in `Array.from`'s mapping function ([#3369][] @sjarva) * [`jsx-no-leaked-render`]: coerce strategy now allows a ternary ([#3370][], @sjarva) +[7.31.1]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.0...v7.31.1 [#3370]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3370 [#3369]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3369 diff --git a/package.json b/package.json index efa972a37e..313a8ab615 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.31.0", + "version": "7.31.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",