From 21e01b61af7a38fc86d94f27eb66cda8054582ed Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 9 Nov 2021 22:39:50 -0800 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8d25be7c7..ce76987a34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## Unreleased +## [7.27.0] - 2021.11.09 + ### Added * support eslint 8.x ([#3059][] @MichaelDeBoey @ljharb) * [`no-unused-class-component-methods`]: Handle unused class component methods ([#2166][] @jakeleventhal @pawelnvk) @@ -29,6 +31,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel * [Tests] test on the new babel eslint parser ([#3113] @ljharb) * [Docs] [`jsx-no-target-blank`]: adjust options description ([#3124] @gebsh) +[7.27.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.26.1...v7.27.0 [#3126]: https://github.com/yannickcr/eslint-plugin-react/issue/3126 [#3124]: https://github.com/yannickcr/eslint-plugin-react/pull/3124 [#3122]: https://github.com/yannickcr/eslint-plugin-react/pull/3122 diff --git a/package.json b/package.json index 7bf793b41c..c16a8f84f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.26.1", + "version": "7.27.0", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",