Skip to content

Commit 2e6b557

Browse files
committed
Update CHANGELOG and bump version
1 parent 24d21ac commit 2e6b557

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

66
## Unreleased
77

8+
## [7.34.0] - 2024.03.03
9+
810
### Added
911
* [`sort-prop-types`]: give errors on TS types ([#3615][] @akulsr0)
1012
* [`no-invalid-html-attribute`]: add support for `apple-touch-startup-image` `rel` attributes in `link` tags ([#3638][] @thomashockaday)
@@ -40,6 +42,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
4042
* [Docs] [`iframe-missing-sandbox`]: fix link to iframe attribute on mdn ([#3690][] @nnmrts)
4143
* [Docs] [`hook-use-state`]: fix an undefined variable ([#3626][] @chentsulin)
4244

45+
[7.34.0]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.33.2...v7.34.0
4346
[#3697]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3697
4447
[#3691]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3691
4548
[#3690]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3690

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.33.2",
3+
"version": "7.34.0",
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)