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
55
66## Unreleased
77
8+ ## [ 7.34.1] - 2024.03.15
9+
810### Fixed
911* [ ` jsx-no-leaked-render ` ] : prevent wrongly adding parens ([ #3700 ] [ ] @developer-bandi )
1012* [ ` 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
1719### Changed
1820* [ ` boolean-prop-naming ` ] : improve error message (@ljharb )
1921
22+ [ 7.34.1 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.0...v7.34.1
2023[ #3715 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3715
2124[ #3713 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3713
2225[ #3707 ] : https://github.com/jsx-eslint/eslint-plugin-react/issues/3707
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.34.0 " ,
3+ "version" : " 7.34.1 " ,
44 "author" :
" Yannick Croissant <[email protected] >" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments