Skip to content

Commit 0202de3

Browse files
committed
Update CHANGELOG and bump version
1 parent 6f7cb51 commit 0202de3

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.12.1] - 2019-01-01
7+
8+
### Fixed
9+
* [`no-unused-state`][]: Fix crash with class fields ([#2098][], @jomasti)
10+
* [`prop-types`][]: Fix false positives inside lifecycle methods ([#2099][], @jomasti)
11+
* [`jsx-max-depth`][]: avoid a crash ([#2102][], @ljharb)
12+
* [`jsx-wrap-multilines`][]: avoid crash when no trailing newline ([#2100][], @ljharb)
13+
14+
### Changed
15+
* Fix CHANGELOG.md ([#2097][], @alexzherdev)
16+
17+
[#2102]: https://github.com/yannickcr/eslint-plugin-react/issues/2102
18+
[#2100]: https://github.com/yannickcr/eslint-plugin-react/issues/2100
19+
[#2099]: https://github.com/yannickcr/eslint-plugin-react/pull/2099
20+
[#2098]: https://github.com/yannickcr/eslint-plugin-react/pull/2098
21+
[#2097]: https://github.com/yannickcr/eslint-plugin-react/pull/2097
22+
623
## [7.12.0] - 2018-12-27
724

825
### Added

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.0",
3+
"version": "7.12.1",
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)