Skip to content

Commit 7a7b756

Browse files
committed
Update CHANGELOG and bump version
1 parent 67d73aa commit 7a7b756

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,11 +5,14 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
55

66
## Unreleased
77

8+
## [7.34.4] - 2024.07.13
9+
810
### Fixed
911

1012
* [`prop-types`]: fix `className` missing in prop validation false negative ([#3749] @akulsr0)
1113
* [`sort-prop-types`]: Check for undefined before accessing `node.typeAnnotation.typeAnnotation` ([#3779] @tylerlaprade)
1214

15+
[7.34.4]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.34.4
1316
[#3779]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3779
1417
[#3749]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3749
1518

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

0 commit comments

Comments
 (0)