Skip to content

Commit cef8123

Browse files
committed
Update CHANGELOG and bump version
1 parent eb56061 commit cef8123

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

66
## Unreleased
77

8+
## [7.34.3] - 2024.06.18
9+
810
### Fixed
911
* [`prop-types`]: null-check rootNode before calling getScope ([#3762][] @crnhrv)
1012
* [`boolean-prop-naming`]: avoid a crash with a spread prop ([#3733][] @ljharb)
1113
* [`jsx-boolean-value`]: `assumeUndefinedIsFalse` with `never` must not allow explicit `true` value ([#3757][] @6uliver)
1214
* [`no-object-type-as-default-prop`]: enable rule for components with many parameters ([#3768][] @JulienR1)
1315
* [`jsx-key`]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks ([#3769][] @akulsr0)
1416

17+
[7.34.3]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3
1518
[#3769]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3769
1619
[#3768]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3768
1720
[#3762]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3762

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.2",
3+
"version": "7.34.3",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)