We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ba6bc commit 4c10849Copy full SHA for 4c10849
CHANGELOG.md
@@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
6
## Unreleased
7
8
+## [7.35.2] - 2024.09.03
9
+
10
### Fixed
11
* [`jsx-curly-brace-presence`]: avoid autofixing attributes with double quotes to a double quoted attribute ([#3814][] @ljharb)
12
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-react",
3
- "version": "7.35.1",
+ "version": "7.35.2",
4
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
0 commit comments