Commit c2a790a 1 parent 307458f commit c2a790a Copy full SHA for c2a790a
File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,17 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
5
5
6
6
## Unreleased
7
7
8
+ ### Changed
9
+ * Fix CHANGELOG.md ([ #2950 ] [ ] @JounQin )
10
+
11
+ [ #2950 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2950
12
+
8
13
## [ 7.23.1] - 2021.03.23
9
14
10
15
### Fixed
11
16
* version detection: support processor virtual filename ([ #2949 ] [ ] @JounQin )
12
17
13
- [ 7.23.0 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.0...v7.23.1
18
+ [ 7.23.1 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.0...v7.23.1
14
19
[ #2949 ] : https://github.com/yannickcr/eslint-plugin-react/pull/2949
15
20
16
21
## [ 7.23.0] - 2021.03.22
@@ -3320,4 +3325,4 @@ If you're still not using React 15 you can keep the old behavior by setting the
3320
3325
[ `function-component-definition` ] : docs/rules/function-component-definition.md
3321
3326
[ `jsx-newline` ] : docs/rules/jsx-newline.md
3322
3327
[ `jsx-no-constructed-context-values` ] : docs/rules/jsx-no-constructed-context-values.md
3323
- [ `no-unstable-nested-components` ] : docs/rules/no-unstable-nested-components.md
3328
+ [ `no-unstable-nested-components` ] : docs/rules/no-unstable-nested-components.md
You can’t perform that action at this time.
0 commit comments