diff --git a/CHANGELOG.md b/CHANGELOG.md index f82fb054a5..f44759652f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com). +## [7.14.1] - 2019-06-24 + +### Fixed +* Fix [`prop-types`][] crash on multiple destructuring ([#2319][] @golopot) + +[7.14.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.14.0...v7.14.1 +[#2319]: https://github.com/yannickcr/eslint-plugin-react/issues/2319 + ## [7.14.0] - 2019-06-23 ### Added diff --git a/package.json b/package.json index f2ef7ca1d8..2c091e2856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.14.0", + "version": "7.14.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",