File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ This change log adheres to standards from [Keep a CHANGELOG](https://keepachange
6
6
7
7
## Unreleased
8
8
9
+ ## [ 7.36.1] - 2024.09.12
10
+
9
11
### Fixed
10
12
* [ ` no-is-mounted ` ] : fix logic in method name check ([ #3821 ] [ ] @Mathias-S )
11
13
* [ ` jsx-no-literals ` ] : Avoid crashing on valueless boolean props ([ #3823 ] [ ] @reosarevok )
12
14
15
+ [ 7.36.1 ] : https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.36.0...v7.36.1
13
16
[ #3823 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3823
14
17
[ #3821 ] : https://github.com/jsx-eslint/eslint-plugin-react/pull/3821
15
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.36.0 " ,
3
+ "version" : " 7.36.1 " ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments