Skip to content

Commit c6fdccd

Browse files
committed
Update CHANGELOG and bump version
1 parent a4b0bbc commit c6fdccd

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.35.0] - 2024.07.19
9+
810
### Added
911
* support eslint v9 ([#3759][] @mdjermanovic)
1012
* export flat configs from plugin root and fix flat config crash ([#3694][] @bradzacher @mdjermanovic)
@@ -23,6 +25,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
2325
### Changed
2426
* [Refactor] `variableUtil`: Avoid creating a single flat variable scope for each lookup ([#3782][] @DanielRosenwasser)
2527

28+
[7.35.0]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.4...v7.35.0
2629
[#3785]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3785
2730
[#3784]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3784
2831
[#3782]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3782

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.34.4",
3+
"version": "7.35.0",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)