We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2306e7 commit 5fc0f87Copy full SHA for 5fc0f87
CHANGELOG.md
@@ -5,9 +5,12 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
6
## Unreleased
7
8
+## [7.35.1] - 2024.09.02
9
+
10
### Fixed
11
* [`jsx-curly-brace-presence`]: do not trigger on strings containing a quote character ([#3798][] @akulsr0)
12
13
+[7.35.1]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.0...v7.35.1
14
[#3798]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3798
15
16
## [7.35.0] - 2024.07.19
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-plugin-react",
3
- "version": "7.35.0",
+ "version": "7.35.1",
4
"author": "Yannick Croissant <[email protected]>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
0 commit comments