Skip to content

Commit 59ef14c

Browse files
committed
Update CHANGELOG and bump version
1 parent 99e15e1 commit 59ef14c

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

77
## Unreleased
88

9+
## [7.36.1] - 2024.09.12
10+
911
### Fixed
1012
* [`no-is-mounted`]: fix logic in method name check ([#3821][] @Mathias-S)
1113
* [`jsx-no-literals`]: Avoid crashing on valueless boolean props ([#3823][] @reosarevok)
1214

15+
[7.36.1]: https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.36.0...v7.36.1
1316
[#3823]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3823
1417
[#3821]: https://github.com/jsx-eslint/eslint-plugin-react/pull/3821
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.36.0",
3+
"version": "7.36.1",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)