Skip to content

Commit b292fbf

Browse files
author
Yannick Croissant
committed
Update CHANGELOG and bump version
1 parent 6ff264f commit b292fbf

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@ 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.5.0] - 2016-11-01
7+
### Added
8+
* Add tab support to [`jsx-closing-bracket-location`] auto fixer ([#909][] @arperry)
9+
* Add tab and space support to [`jsx-indent`] auto fixer ([#608][] @jayphelps)
10+
* Add `multiline-multiprop` option to [`jsx-first-prop-new-line`] ([#883][] @kentor)
11+
12+
### Fixed
13+
* Fix [`forbid-component-props`] crash with self reference JSX element ([#839][] @xeodou)
14+
* Fix [`jsx-indent`] to ignore lines starting by literals ([#900][])
15+
* Fix [`no-set-state`] to correctly detect `setState` in arrow functions ([#931][])
16+
17+
### Changed
18+
* Update dependencies
19+
* Add `deprecated` metadata to deprecated rules ([#911][] @randycoulman)
20+
* Auto-enable `eslint-plugin-react` in exported configurations ([#925][] @MoOx)
21+
* Documentation improvements ([#910][] @Wilfred, [#932][] @gnarf)
22+
23+
[6.5.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v6.4.1...v6.5.0
24+
[#909]: https://github.com/yannickcr/eslint-plugin-react/pull/909
25+
[#608]: https://github.com/yannickcr/eslint-plugin-react/pull/608
26+
[#883]: https://github.com/yannickcr/eslint-plugin-react/pull/883
27+
[#839]: https://github.com/yannickcr/eslint-plugin-react/pull/839
28+
[#900]: https://github.com/yannickcr/eslint-plugin-react/issues/900
29+
[#931]: https://github.com/yannickcr/eslint-plugin-react/issues/931
30+
[#911]: https://github.com/yannickcr/eslint-plugin-react/pull/911
31+
[#925]: https://github.com/yannickcr/eslint-plugin-react/pull/925
32+
[#910]: https://github.com/yannickcr/eslint-plugin-react/pull/910
33+
[#932]: https://github.com/yannickcr/eslint-plugin-react/pull/932
34+
635
## [6.4.1] - 2016-10-10
736
### Fixed
837
* Fix [`jsx-indent`] for arrays ([#897][], [#898][])

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

0 commit comments

Comments
 (0)