diff --git a/CHANGELOG.md b/CHANGELOG.md index 34951920c8..c4e0209c73 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.11] - 2022.11.17 + ### Fixed * [`jsx-no-target-blank`]: allow ternaries with literals ([#3464][] @akulsr0) * [`no-unknown-property`]: add `inert` attribute ([#3484][] @ljharb) @@ -15,6 +17,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange * [Docs] `forbid-component-props`: inclusive language w/ allowlist ([#3473][] @AndersDJohnson) * [Docs] automate doc generation with `eslint-doc-generator` ([#3469][] @bmish) +[7.31.11]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.10...v7.31.11 [#3490]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3490 [#3484]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3484 [#3473]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3473 diff --git a/package.json b/package.json index 36e19c8086..0dc864fd65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.31.10", + "version": "7.31.11", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",