Skip to content

Commit 3348023

Browse files
committed
Update CHANGELOG and bump version
1 parent a73570f commit 3348023

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
## [7.30.1] - 2022.06.23
9+
810
### Fixed
911
* [`display-name`]: fix false positive for HOF returning only nulls ([#3291][] @golopot)
1012
* [`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
1416
* [Docs] [`jsx-tag-spacing`]: rename option from [#3264][] ([#3294[] @ljharb)
1517
* [Docs] [`jsx-key`]: split the examples ([#3293][] @ioggstream)
1618

19+
[7.30.1]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.30.0...v7.30.1
1720
[#3304]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3304
1821
[#3299]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3299
1922
[#3294]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3294

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.30.0",
3+
"version": "7.30.1",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)