diff --git a/CHANGELOG.md b/CHANGELOG.md index ba5f3fca96..94044f70c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ 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). +## [6.0.0-rc.1] - 2016-07-31 +### Fixed +* Fix `jsx-handler-names` incorrectly flagging `only` ([#571][] @lencioni) +* Fix `wrap-multilines` rule ([#728][] @akozhemiakin) + +[6.0.0-rc.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v6.0.0-rc.0...v6.0.0-rc.1 +[#571]: https://github.com/yannickcr/eslint-plugin-react/issues/571 +[#728]: https://github.com/yannickcr/eslint-plugin-react/pull/728 + ## [6.0.0-rc.0] - 2016-07-29 ### Fixed * Fix spread props cash in `jsx-no-target-blank` ([#679][] @randycoulman) diff --git a/package.json b/package.json index bd3a8e3e4a..e5a533115a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "6.0.0-rc.0", + "version": "6.0.0-rc.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",