Skip to content

Commit 4c8d8cc

Browse files
committed
Update CHANGELOG and bump version
1 parent 253a62a commit 4c8d8cc

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

6+
## [7.20.5] - 2020.07.28
7+
8+
### Fixed
9+
* [`jsx-curly-brace-presence`]: disable disallowed JSX text chars check in props ([#2710][] @jzabala)
10+
* [`no-unused-state`]: check for class expression ([#2712][] @jzabala)
11+
* [`prop-types`]: handle anonymous functions ([#2730][], [#2731][] @odinho @wKich @jzabala)
12+
13+
### Docs
14+
* [Docs] [`no-access-state-in-setstate`]: fix example ([#2724][] @youngjuning)
15+
16+
[7.20.5]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.20.4...v7.20.5
17+
[#2731]: https://github.com/yannickcr/eslint-plugin-react/pull/2731
18+
[#2730]: https://github.com/yannickcr/eslint-plugin-react/pull/2730
19+
[#2724]: https://github.com/yannickcr/eslint-plugin-react/pull/2724
20+
[#2712]: https://github.com/yannickcr/eslint-plugin-react/pull/2712
21+
[#2710]: https://github.com/yannickcr/eslint-plugin-react/pull/2710
22+
623
## [7.20.4] - 2020.07.26
724

825
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "7.20.4",
3+
"version": "7.20.5",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)