Skip to content

Commit cad882b

Browse files
author
Yannick Croissant
committed
Update CHANGELOG and bump version
1 parent 8515667 commit cad882b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ 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+
## [6.6.0] - 2016-11-06
7+
### Added
8+
* Add [`jsx-first-prop-new-line`] auto fix ([#886][] @snowypowers)
9+
10+
### Fixed
11+
* Fix [`no-unused-prop-types`] crash with destructured prop-types ([#938][])
12+
* Fix [`jsx-indent`] in multi-line conditional expressions ([#901][], [#907][])
13+
* Fix [`sort-comp`] bad error message if 2 methods in the same group must be moved ([#507][])
14+
15+
### Changed
16+
* Documentation improvements ([#941][] @pwmckenna)
17+
18+
[6.6.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v6.5.0...v6.6.0
19+
[#886]: https://github.com/yannickcr/eslint-plugin-react/pull/886
20+
[#938]: https://github.com/yannickcr/eslint-plugin-react/issues/938
21+
[#901]: https://github.com/yannickcr/eslint-plugin-react/issues/901
22+
[#907]: https://github.com/yannickcr/eslint-plugin-react/issues/907
23+
[#507]: https://github.com/yannickcr/eslint-plugin-react/issues/507
24+
[#941]: https://github.com/yannickcr/eslint-plugin-react/pull/941
25+
626
## [6.5.0] - 2016-11-01
727
### Added
828
* Add tab support to [`jsx-closing-bracket-location`] auto fixer ([#909][] @arperry)

package.json

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

0 commit comments

Comments
 (0)