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
55
66## Unreleased
77
8+ ## [ 7.25.0] - 2021.08.27
9+
810### Added
911* [ ` jsx-no-useless-fragments ` ] : add option to allow single expressions in fragments ([ #3006 ] [ ] @mattdarveniza )
1012* add [ ` prefer-exact-props ` ] rule ([ #1547 ] [ ] @jomasti )
@@ -33,6 +35,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
3335* [ Tests] add weekly scheduled smoke tests ([ #2963 ] [ ] @AriPerkkio )
3436* [ Docs] improve instructions for ` jsx-runtime ` config ([ #3052 ] [ ] @ljharb )
3537
38+ [ 7.25.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.24.0...v7.25.0
3639[ bb64df65 ] : https://github.com/yannickcr/eslint-plugin-react/commit/bb64df6505b3e9a01da5b61626ab9f544caea438
3740[ #3052 ] : https://github.com/yannickcr/eslint-plugin-react/issues/3052
3841[ #3051 ] : https://github.com/yannickcr/eslint-plugin-react/pull/3051
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 7.24 .0" ,
3+ "version" : " 7.25 .0" ,
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments