From 2db008051a898deea0951aeffbf8d03b25d06873 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Mon, 29 Jun 2020 13:32:43 -0700 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bbb7bd28a..e1f199723e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com). +## [7.20.2] - 2020-06-29 + +### Fixed +* [Fix] [`no-unused-prop-types`]: handle optional chaining ([#2679][] @hank121314) +* [Fix] [`jsx-pascal-case`]: fix a false positive with "H1" ([#2683][] @ljharb) +* [Fix] [`jsx-no-useless-fragment`]: avoid a crash when autofixing a self-closing React.Fragment ([#2680][] @ljharb) +* [Fix] [`forbid-prop-types`]: avoid crash ([#2682][] @ljharb) + +[7.20.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.1...v7.20.2 +[#2683]: https://github.com/yannickcr/eslint-plugin-react/issues/2683 +[#2682]: https://github.com/yannickcr/eslint-plugin-react/issues/2682 +[#2680]: https://github.com/yannickcr/eslint-plugin-react/issues/2680 +[#2679]: https://github.com/yannickcr/eslint-plugin-react/pull/2679 + ## [7.20.1] - 2020-06-28 ### Fixed diff --git a/package.json b/package.json index e606859907..e016f3eaea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.20.1", + "version": "7.20.2", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",