From c6fdccde50f6e6cc445858b9a1e8d9980f3a86cb Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 19 Jul 2024 21:38:13 -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 9a165f7e0d..a6aca8c45b 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.35.0] - 2024.07.19 + ### Added * support eslint v9 ([#3759][] @mdjermanovic) * 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 ### Changed * [Refactor] `variableUtil`: Avoid creating a single flat variable scope for each lookup ([#3782][] @DanielRosenwasser) +[7.35.0]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.4...v7.35.0 [#3785]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3785 [#3784]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3784 [#3782]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3782 diff --git a/package.json b/package.json index edf4e1442e..4a970f1a12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.34.4", + "version": "7.35.0", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",