Skip to content

Commit ec27e20

Browse files
committed
Update CHANGELOG and bump version
1 parent 0cc5b7a commit ec27e20

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

77
## Unreleased
88

9+
## [7.37.0] - 2024.09.26
10+
911
### Added
1012
* add type generation ([#3830][] @voxpelli)
1113
* [`no-unescaped-entities`]: add suggestions ([#3831][] @StyleShit)
@@ -15,6 +17,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
1517
### Changed
1618
* [readme] flat config example for react 17+ ([#3824][] @GabenGar)
1719

20+
[7.36.2]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.36.1...v7.36.2
1821
[#3831]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3831
1922
[#3830]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3830
2023
[#3826]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3826

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