From 33480237b1afc818083aeb992ca79027719d531e Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Thu, 23 Jun 2022 14:17:05 -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 295709b703..a89e1557d2 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.30.1] - 2022.06.23 + ### Fixed * [`display-name`]: fix false positive for HOF returning only nulls ([#3291][] @golopot) * [`jsx-no-leaked-render`]: avoid unnecessary negation operators and ternary branches deletion ([#3299][] @Belco90) @@ -14,6 +16,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange * [Docs] [`jsx-tag-spacing`]: rename option from [#3264][] ([#3294[] @ljharb) * [Docs] [`jsx-key`]: split the examples ([#3293][] @ioggstream) +[7.30.1]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.30.0...v7.30.1 [#3304]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3304 [#3299]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3299 [#3294]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3294 diff --git a/package.json b/package.json index f31dffdfec..f0debb367c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.30.0", + "version": "7.30.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",