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",