Skip to content

Commit 91d3757

Browse files
committed
Update CHANGELOG and bump version
1 parent 1fdf9bd commit 91d3757

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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.0] - 2022.05.18
9+
810
### Added
911
* [`destructuring-assignment`]: add option `destructureInSignature` ([#3235][] @golopot)
1012
* [`no-unknown-property`]: Allow crossOrigin on image tag (SVG) ([#3251][] @zpao)
@@ -36,6 +38,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
3638
* [Refactor] improve performance of rule merging ([#3281][] @golopot)
3739
* [Refactor] improve performance of component detection ([#3276][] @golopot)
3840

41+
[7.30.0]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.29.4...v7.30.0
3942
[#3281]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3281
4043
[#3280]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3280
4144
[#3279]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3279

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.29.4",
3+
"version": "7.30.0",
44
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)