Skip to content

Commit 6a94967

Browse files
committed
Update CHANGELOG and bump version
1 parent e169799 commit 6a94967

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
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.3.0] - 2016-09-20
7+
### Added
8+
* Add `no-children-prop` rule ([#720][] @benstepp)
9+
* Add `no-unescaped-entities` rule ([#681][] @pfhayes)
10+
* Add JSXExpressionContainer support to `jsx-indent` rule ([#838][] @eelyafi)
11+
12+
### Fixed
13+
* Fix `style-prop-object` crash ([#834][])
14+
* Fix `style-prop-object` false positive on computed properties ([#820][])
15+
* Fix `style-prop-object` to deal with null and spread props that can't be resolved ([#809][] [#812][] @petersendidit)
16+
17+
[6.3.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v6.2.2...v6.3.0
18+
[#720]: https://github.com/yannickcr/eslint-plugin-react/issues/720
19+
[#681]: https://github.com/yannickcr/eslint-plugin-react/pull/681
20+
[#838]: https://github.com/yannickcr/eslint-plugin-react/pull/838
21+
[#834]: https://github.com/yannickcr/eslint-plugin-react/issues/834
22+
[#820]: https://github.com/yannickcr/eslint-plugin-react/issues/820
23+
[#809]: https://github.com/yannickcr/eslint-plugin-react/issues/809
24+
[#812]: https://github.com/yannickcr/eslint-plugin-react/issues/812
25+
626
## [6.2.2] - 2016-09-15
727
### Fixed
828
* Fix `no-unused-prop-types` crash ([#825][] @EvNaverniouk)
@@ -34,7 +54,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
3454

3555
## [6.2.0] - 2016-08-28
3656
### Added
37-
* Adds `no-unused-prop-types` rule ([#226][] @EvNaverniouk)
57+
* Add `no-unused-prop-types` rule ([#226][] @EvNaverniouk)
3858
* Add `style-prop-object` rule ([#715][] @petersendidit)
3959
* Add auto fix for `self-closing-comp` ([#770][] @pl12133)
4060
* Add support for `typeAnnotations` in `sort-comp` ([#235][] @dozoisch)

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

0 commit comments

Comments
 (0)