From 5fc0f872a01827ce33f6452cafb10c1ff0c02669 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 2 Sep 2024 15:48:30 -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 98edcee215..d4387a1bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,12 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange ## Unreleased +## [7.35.1] - 2024.09.02 + ### Fixed * [`jsx-curly-brace-presence`]: do not trigger on strings containing a quote character ([#3798][] @akulsr0) +[7.35.1]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.0...v7.35.1 [#3798]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3798 ## [7.35.0] - 2024.07.19 diff --git a/package.json b/package.json index d7b5ee4a9b..ed8b0ac5eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.35.0", + "version": "7.35.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",