From 4c10849b44d38e0cc5db7894c5791e05d3d7e906 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 3 Sep 2024 09:58:58 -0700 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eebad21f9d..ba5f8c2e69 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.2] - 2024.09.03 + ### Fixed * [`jsx-curly-brace-presence`]: avoid autofixing attributes with double quotes to a double quoted attribute ([#3814][] @ljharb) diff --git a/package.json b/package.json index ed8b0ac5eb..1bcff6730e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.35.1", + "version": "7.35.2", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",