Skip to content

Commit f25251f

Browse files
committed
Update CHANGELOG and bump version
1 parent ceb73fe commit f25251f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
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.36.0] - 2024.09.12
10+
911
### Added
1012
* [`no-string-refs`]: allow this.refs in > 18.3.0 ([#3807][] @henryqdineen)
1113
* [`jsx-no-literals`] Add `elementOverrides` option and the ability to ignore this rule on specific elements ([#3812][] @Pearce-Ropion)
@@ -23,9 +25,9 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
2325
* [types] add jsdoc type annotations ([#3731][] @y-hsgw)
2426
* [Tests] `button-has-type`: add test case with spread ([#3731][] @y-hsgw)
2527

28+
[7.36.0]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.2...v7.36.0
2629
[#3799]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3799
2730
[#3632]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3632
28-
2931
[#3812]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3812
3032
[#3731]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3731
3133
[#3694]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3667
@@ -38,6 +40,7 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
3840
### Fixed
3941
* [`jsx-curly-brace-presence`]: avoid autofixing attributes with double quotes to a double quoted attribute ([#3814][] @ljharb)
4042

43+
[7.35.2]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.35.1...v7.35.2
4144
[#3814]: https://github.com/jsx-eslint/eslint-plugin-react/issues/3814
4245

4346
## [7.35.1] - 2024.09.02

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