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.25.0] - 2021.08.27
9
+
8
10
### Added
9
11
* [ ` jsx-no-useless-fragments ` ] : add option to allow single expressions in fragments ([ #3006 ] [ ] @mattdarveniza )
10
12
* add [ ` prefer-exact-props ` ] rule ([ #1547 ] [ ] @jomasti )
@@ -33,6 +35,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
33
35
* [ Tests] add weekly scheduled smoke tests ([ #2963 ] [ ] @AriPerkkio )
34
36
* [ Docs] improve instructions for ` jsx-runtime ` config ([ #3052 ] [ ] @ljharb )
35
37
38
+ [ 7.25.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.24.0...v7.25.0
36
39
[ bb64df65 ] : https://github.com/yannickcr/eslint-plugin-react/commit/bb64df6505b3e9a01da5b61626ab9f544caea438
37
40
[ #3052 ] : https://github.com/yannickcr/eslint-plugin-react/issues/3052
38
41
[ #3051 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3051
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.24 .0" ,
3
+ "version" : " 7.25 .0" ,
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