Skip to content

Commit 417e1ca

Browse files
committed
Update CHANGELOG and bump version
1 parent d79605a commit 417e1ca

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
## [7.34.2] - 2024.05.24
9+
810
### Fixed
911
* [`boolean-prop-naming`]: avoid a crash with a non-TSTypeReference type ([#3718][] @developer-bandi)
1012
* [`jsx-no-leaked-render`]: invalid report if left side is boolean ([#3746][] @akulsr0)
1113
* [`jsx-closing-bracket-location`]: message shows `{{details}}` when there are no details ([#3759][] @mdjermanovic)
1214
* [`no-invalid-html-attribute`]: ensure error messages are correct ([#3759][] @mdjermanovic, @ljharb)
1315

16+
### Changed
17+
* [Refactor] create various eslint utils to fix eslint deprecations ([#3759][] @mdjermanovic, @ljharb)
18+
19+
[7.34.2]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.1...v7.34.2
1420
[#3759]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3759
1521
[#3746]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3746
1622
[#3718]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3718

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.34.1",
3+
"version": "7.34.2",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)