Skip to content

Commit 2f5cec9

Browse files
committed
Update CHANGELOG and bump version
1 parent 096161a commit 2f5cec9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@ 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.12.3] - 2019-01-04
7+
8+
### Fixed
9+
* [`jsx-indent`][]: Prevent crash on valueless props ([#2120][], @jomasti)
10+
* [`jsx-fragments`][]: avoid crashing on self-closing fragments ([#2113][], @alexzherdev)
11+
* [`no-unused-prop-types`][]: Fix propType detection inside class bodies ([#2115][], @drx)
12+
* [`no-unused-prop-types`][]: fix issue with propTypes misclassifying props ([#2111][], @drx)
13+
* [`display-name`][]: fix false positive for `React.memo` ([#2109][], @jomasti)
14+
15+
### Changed
16+
* [Docs] add a missing comma in the JSON settings ([#2117][], @haideralsh)
17+
* [Docs] update README to document React version detection ([#2114][], @mohsinulhaq)
18+
19+
[#2120]: https://github.com/yannickcr/eslint-plugin-react/issues/2120
20+
[#2117]: https://github.com/yannickcr/eslint-plugin-react/issues/2117
21+
[#2115]: https://github.com/yannickcr/eslint-plugin-react/issues/2115
22+
[#2114]: https://github.com/yannickcr/eslint-plugin-react/issues/2114
23+
[#2113]: https://github.com/yannickcr/eslint-plugin-react/issues/2113
24+
[#2111]: https://github.com/yannickcr/eslint-plugin-react/issues/2111
25+
[#2109]: https://github.com/yannickcr/eslint-plugin-react/issues/2109
26+
627
## [7.12.2] - 2019-01-02
728

829
### 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.12.2",
3+
"version": "7.12.3",
44
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)