Skip to content

Commit

Permalink
Fix CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin authored and ljharb committed Mar 24, 2021
1 parent 307458f commit c2a790a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down Expand Up @@ -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-unstable-nested-components`]: docs/rules/no-unstable-nested-components.md

0 comments on commit c2a790a

Please sign in to comment.