diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd25d61fd..8ff82d962e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,13 +10,15 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange * [`hook-use-state`]: add `allowDestructuredState` option ([#3449][] @ljharb) * add [`sort-default-props`] and deprecate [`jsx-sort-default-props`] ([#1861][] @alexzherdev) +[#3449]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3449 +[#3424]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3429 +[#1861]: https://github.com/jsx-eslint/eslint-plugin-react/pull/1861 + ### 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 -[#3449]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3449 -[#3424]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3429 -[#1861]: https://github.com/jsx-eslint/eslint-plugin-react/pull/1861 ## [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",