From 6fc4bc0a933501ff307d45922ac1bc2e8ea499dc Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 30 Jun 2020 13:21:29 -0700 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1f199723e..395ff6bc5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ 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.3] - 2020-06-30 + +### Fixed +* [Fix] `no-unused-prop-types`/`prop-types`: typescript interface support literal type and only FunctionComponent should have propTypes validation ([#2690][] @hank121314) +* [Fix] `no-unused-prop-types`/TypeScript: avoid crash on indexable interface ([#2687][] @ljharb) + +[7.20.3]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.2...v7.20.3 +[#2690]: https://github.com/yannickcr/eslint-plugin-react/pull/2690 +[#2687]: https://github.com/yannickcr/eslint-plugin-react/issues/2687 + ## [7.20.2] - 2020-06-29 ### Fixed diff --git a/package.json b/package.json index e016f3eaea..ea1d1f7c98 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.20.2", + "version": "7.20.3", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",