Skip to content

Commit 62255af

Browse files
committed
Update CHANGELOG and bump version
1 parent 655eb01 commit 62255af

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.1] - 2019-06-24
7+
8+
### Fixed
9+
* Fix [`prop-types`][] crash on multiple destructuring ([#2319][] @golopot)
10+
11+
[7.14.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.14.0...v7.14.1
12+
[#2319]: https://github.com/yannickcr/eslint-plugin-react/issues/2319
13+
614
## [7.14.0] - 2019-06-23
715

816
### Added

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

0 commit comments

Comments
 (0)