Skip to content

Commit

Permalink
Update CHANGELOG and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 29, 2020
1 parent 85e40aa commit 2db0080
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
"version": "7.20.1",
"version": "7.20.2",
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
Expand Down

0 comments on commit 2db0080

Please sign in to comment.