File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,14 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.23.1] - 2021.03.23
9
+
8
10
### Fixed
9
11
* version detection: support processor virtual filename ([ #2949 ] [ ] @JounQin )
10
12
13
+ [ 7.23.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.0...v7.23.1
14
+ [ #2949 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2949
15
+
11
16
## [ 7.23.0] - 2021.03.22
12
17
13
18
### Added
@@ -36,7 +41,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
36
41
* [ readme] Replace lists of rules with tables in readme ([ #2908 ] [ ] @motato1 )
37
42
* [ Docs] added missing curly braces ([ #2923 ] [ ] @Muditxofficial )
38
43
39
- [ #2949 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2949
44
+ [ 7.23.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.22.0...v7.23.0
40
45
[ #2943 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2943
41
46
[ #2935 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2935
42
47
[ #2933 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2933
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 7.23.0 " ,
3
+ "version" : " 7.23.1 " ,
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