From 307458fad885cceef313a10cb7df92602d914fbd Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 23 Mar 2021 21:42:53 -0700 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2227b29316..56d653dbe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,14 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## Unreleased +## [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 +[#2949]: https://github.com/yannickcr/eslint-plugin-react/pull/2949 + ## [7.23.0] - 2021.03.22 ### Added @@ -36,7 +41,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel * [readme] Replace lists of rules with tables in readme ([#2908][] @motato1) * [Docs] added missing curly braces ([#2923][] @Muditxofficial) -[#2949]: https://github.com/yannickcr/eslint-plugin-react/pull/2949 +[7.23.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.22.0...v7.23.0 [#2943]: https://github.com/yannickcr/eslint-plugin-react/pull/2943 [#2935]: https://github.com/yannickcr/eslint-plugin-react/pull/2935 [#2933]: https://github.com/yannickcr/eslint-plugin-react/pull/2933 diff --git a/package.json b/package.json index 5e41ac1003..835fdcd132 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.23.0", + "version": "7.23.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",