From 632639ba26f219340474e2a0a63b550af779a7eb Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 9 Oct 2020 13:50:22 -0700 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 0f1fc5f8f7..7c1920235e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,14 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel ## Unreleased +## [7.21.4] - 2020.10.09 + ### Fixed * [`no-unused-prop-types`]: Silence false positive on `never` type in TS ([#2815][] @pcorpet) * [`jsx-indent-props`]: Apply indentation when operator is used in front of the upper line ([#2808][], [#2820][] @Moong0122) * [Deps] update `jsx-ast-utils` ([#2822][] [jsx-eslint/jsx-ast-utils#102][] @ljharb) +[7.21.4]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.21.3...v7.21.4 [#2822]: https://github.com/yannickcr/eslint-plugin-react/issues/2822 [#2820]: https://github.com/yannickcr/eslint-plugin-react/pull/2820 [#2815]: https://github.com/yannickcr/eslint-plugin-react/pull/2815 diff --git a/package.json b/package.json index 9cb79e190e..a5547bbbf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.21.3", + "version": "7.21.4", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",