From 4360fa3edafa47bae52ac37d91fb17d61483ecd3 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 10 Oct 2022 16:19:40 -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 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",