From 2ed2d468c1bfb7058cbbbcbe4b3e367e310c9006 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 24 Aug 2022 15:29:39 -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 9b241aca33..230b056302 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.0] - 2022.08.24 + ### Added * [`jsx-newline`]: add `allowMultiline` option when prevent option is true ([#3311][] @TildaDares) * [`forbid-dom-props`]: add `disallowedFor` option ([#3338][] @TildaDares) @@ -44,6 +46,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange * [Docs] Add markdownlint for documentation formatting consistency ([#3367][] @bmish) * [Docs] Add config notice to rule docs ([#3362][] @bmish) +[7.31.0]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.30.1...v7.31.0 [#3367]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3367 [#3366]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3366 [#3365]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3365 diff --git a/package.json b/package.json index 569cce76b3..f1630dadc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.30.1", + "version": "7.30.2", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",