Skip to content

Commit 307458f

Browse files
committed
Update CHANGELOG and bump version
1 parent 886ae07 commit 307458f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
55

66
## Unreleased
77

8+
## [7.23.1] - 2021.03.23
9+
810
### Fixed
911
* version detection: support processor virtual filename ([#2949][] @JounQin)
1012

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+
1116
## [7.23.0] - 2021.03.22
1217

1318
### Added
@@ -36,7 +41,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
3641
* [readme] Replace lists of rules with tables in readme ([#2908][] @motato1)
3742
* [Docs] added missing curly braces ([#2923][] @Muditxofficial)
3843

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
4045
[#2943]: https://github.com/yannickcr/eslint-plugin-react/pull/2943
4146
[#2935]: https://github.com/yannickcr/eslint-plugin-react/pull/2935
4247
[#2933]: https://github.com/yannickcr/eslint-plugin-react/pull/2933

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.23.0",
3+
"version": "7.23.1",
44
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)