Skip to content

Commit 8432e5e

Browse files
committed
Update CHANGELOG and bump version
1 parent 057f1db commit 8432e5e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ 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.14.2] - 2019-06-24
7+
8+
### Fixed
9+
* Fix [`prop-types`][] crash on for...of destructuring ([#2326][] @yannickcr)
10+
11+
[7.14.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.14.1...v7.14.2
12+
[#2326]: https://github.com/yannickcr/eslint-plugin-react/issues/2326
13+
614
## [7.14.1] - 2019-06-24
715

816
### Fixed

package.json

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

0 commit comments

Comments
 (0)