diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ce430585..6acb8af4b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,12 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## Unreleased +## [7.31.10] - 2022.10.10 + ### Fixed * [`no-unknown-property`]: allow `allowFullScreen` on `iframe` ([#3455][] @almeidx) +[7.31.10]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.31.9...v7.31.10 [#3455]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3455 ## [7.31.9] - 2022.10.09 diff --git a/package.json b/package.json index 229403afed..7c71c1217e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.31.9", + "version": "7.31.10", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",