Skip to content

Commit c2a790a

Browse files
JounQinljharb
authored andcommitted
Fix CHANGELOG.md
1 parent 307458f commit c2a790a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## Unreleased
77

8+
### Changed
9+
* Fix CHANGELOG.md ([#2950][] @JounQin)
10+
11+
[#2950]: https://github.com/yannickcr/eslint-plugin-react/pull/2950
12+
813
## [7.23.1] - 2021.03.23
914

1015
### Fixed
1116
* version detection: support processor virtual filename ([#2949][] @JounQin)
1217

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
1419
[#2949]: https://github.com/yannickcr/eslint-plugin-react/pull/2949
1520

1621
## [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
33203325
[`function-component-definition`]: docs/rules/function-component-definition.md
33213326
[`jsx-newline`]: docs/rules/jsx-newline.md
33223327
[`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

0 commit comments

Comments
 (0)