Skip to content

Commit eea45bf

Browse files
committed
Update CHANGELOG and bump version
1 parent e4ecbcf commit eea45bf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.34.0",
3+
"version": "7.34.1",
44
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)