Skip to content

Commit c93cbc6

Browse files
committed
Update CHANGELOG and bump version
1 parent e71feb5 commit c93cbc6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ 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.2] - 2019-01-02
7+
8+
### Fixed
9+
* [`prop-types`][]: avoid crash on used prevProps ([#2095][], @ljharb)
10+
* Version warning: Link does not end with '.' ([#2103][], @yoyo837))
11+
* [`forbid-prop-types`][]: fix crash with propWrapper check on MemberExpressions ([#2104][], @ljharb)
12+
13+
[#2104]: https://github.com/yannickcr/eslint-plugin-react/issues/2104
14+
[#2103]: https://github.com/yannickcr/eslint-plugin-react/pull/2103
15+
[#2095]: https://github.com/yannickcr/eslint-plugin-react/issues/2095
16+
617
## [7.12.1] - 2019-01-01
718

819
### 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.1",
3+
"version": "7.12.2",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)