File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.24.0] - 2021.05.27
9
+
8
10
### Added
9
11
* component detection: add componentWrapperFunctions setting ([ #2713 ] [ ] @@jzabala @LandonSchropp )
10
12
* [ ` no-unused-prop-types ` ] : add ignore option ([ #2972 ] [ ] @grit96 )
@@ -23,6 +25,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
23
25
* [ readme] fix broken anchor link ([ #2982 ] [ ] @vzvu3k6k )
24
26
* [ Docs] [ ` jsx-child-element-spacing ` ] : fixes sentence which ends abruptly ([ #2990 ] [ ] @pascalpp )
25
27
28
+ [ 7.24.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.2...v7.24.0
26
29
[ #2990 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2990
27
30
[ #2989 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2989
28
31
[ #2986 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2986
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.23.2 " ,
3
+ "version" : " 7.24.0 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
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