File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.34.1] - 2024.03.15
9
+
8
10
### Fixed
9
11
* [ ` jsx-no-leaked-render ` ] : prevent wrongly adding parens ([ #3700 ] [ ] @developer-bandi )
10
12
* [ ` boolean-prop-naming ` ] : detect TS interfaces ([ #3701 ] [ ] @developer-bandi )
@@ -17,6 +19,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
17
19
### Changed
18
20
* [ ` boolean-prop-naming ` ] : improve error message (@ljharb )
19
21
22
+ [ 7.34.1 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.0...v7.34.1
20
23
[ #3715 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3715
21
24
[ #3713 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3713
22
25
[ #3707 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3707
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.34.0 " ,
3
+ "version" : " 7.34.1 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments