diff --git a/CHANGELOG.md b/CHANGELOG.md index 88e7d1d985..37ce2605ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ 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.11.1] - 2018-08-14 +### Fixed +* stop crashing when assigning to propTypes ([#1932][], @alexzherdev) + +### Changed +* Fix changelog links ([#1926][], @ferhatelmas) +* Fix changelog links ([#1929][], @alexzherdev) + +[#1932]: https://github.com/yannickcr/eslint-plugin-react/pull/1932 +[#1929]: https://github.com/yannickcr/eslint-plugin-react/pull/1929 +[#1926]: https://github.com/yannickcr/eslint-plugin-react/pull/1926 + ## [7.11.0] - 2018-08-13 ### Added * [`jsx-one-expression-per-line`][]: add "allow" option ([#1924][], @alexzherdev) diff --git a/package.json b/package.json index 4791f03269..8fb035558b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "7.11.0", + "version": "7.11.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",