diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d653dbe3..31049bd03e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,17 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## Unreleased +### Changed +* Fix CHANGELOG.md ([#2950][] @JounQin) + +[#2950]: https://github.com/yannickcr/eslint-plugin-react/pull/2950 + ## [7.23.1] - 2021.03.23 ### Fixed * version detection: support processor virtual filename ([#2949][] @JounQin) -[7.23.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.0...v7.23.1 +[7.23.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.23.0...v7.23.1 [#2949]: https://github.com/yannickcr/eslint-plugin-react/pull/2949 ## [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 [`function-component-definition`]: docs/rules/function-component-definition.md [`jsx-newline`]: docs/rules/jsx-newline.md [`jsx-no-constructed-context-values`]: docs/rules/jsx-no-constructed-context-values.md -[`no-unstable-nested-components`]: docs/rules/no-unstable-nested-components.md \ No newline at end of file +[`no-unstable-nested-components`]: docs/rules/no-unstable-nested-components.md