Skip to content

Commit 80fd8e1

Browse files
author
Yannick Croissant
committed
Update CHANGELOG and bump version
1 parent 953e858 commit 80fd8e1

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@ 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.2.0] - 2016-08-28
7+
### Added
8+
* Adds `no-unused-prop-types` rule ([#226][] @EvNaverniouk)
9+
* Add `style-prop-object` rule ([#715][] @petersendidit)
10+
* Add auto fix for `self-closing-comp` ([#770][] @pl12133)
11+
* Add support for `typeAnnotations` in `sort-comp` ([#235][] @dozoisch)
12+
* Add support for `PureComponent` in `prefer-stateless-function` ([#781][] @tiemevanveen)
13+
14+
### Fixed
15+
* Fix `jsx-uses-vars` to work better with `prefer-const`. You'll need to upgrade to ESLint 3.4.0 to completely fix the compatibility issue ([#716][])
16+
* Fix `require-render-return` crash ([#784][])
17+
* Fix related components detection in `prop-types` ([#735][])
18+
* Fix component detection to ignore functions expression without a parent component
19+
20+
### Changed
21+
* Update dependencies
22+
* Documentation improvements (@lencioni)
23+
24+
[6.2.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v6.1.2...v6.2.0
25+
[#226]: https://github.com/yannickcr/eslint-plugin-react/issues/226
26+
[#715]: https://github.com/yannickcr/eslint-plugin-react/issues/715
27+
[#770]: https://github.com/yannickcr/eslint-plugin-react/pull/770
28+
[#235]: https://github.com/yannickcr/eslint-plugin-react/issues/235
29+
[#781]: https://github.com/yannickcr/eslint-plugin-react/pull/781
30+
[#716]: https://github.com/yannickcr/eslint-plugin-react/issues/716
31+
[#784]: https://github.com/yannickcr/eslint-plugin-react/issues/784
32+
[#735]: https://github.com/yannickcr/eslint-plugin-react/issues/735
33+
634
## [6.1.2] - 2016-08-17
735
### Fixed
836
* Fix nested spread handling in `no-danger-with-children` ([#771][] @petersendidit)

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.1.2",
3+
"version": "6.2.0",
44
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)