Skip to content

Commit

Permalink
Update CHANGELOG and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Sep 19, 2016
1 parent e169799 commit 6a94967
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,6 +3,26 @@ 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.3.0] - 2016-09-20
### Added
* Add `no-children-prop` rule ([#720][] @benstepp)
* Add `no-unescaped-entities` rule ([#681][] @pfhayes)
* Add JSXExpressionContainer support to `jsx-indent` rule ([#838][] @eelyafi)

### Fixed
* Fix `style-prop-object` crash ([#834][])
* Fix `style-prop-object` false positive on computed properties ([#820][])
* Fix `style-prop-object` to deal with null and spread props that can't be resolved ([#809][] [#812][] @petersendidit)

[6.3.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v6.2.2...v6.3.0
[#720]: https://github.com/yannickcr/eslint-plugin-react/issues/720
[#681]: https://github.com/yannickcr/eslint-plugin-react/pull/681
[#838]: https://github.com/yannickcr/eslint-plugin-react/pull/838
[#834]: https://github.com/yannickcr/eslint-plugin-react/issues/834
[#820]: https://github.com/yannickcr/eslint-plugin-react/issues/820
[#809]: https://github.com/yannickcr/eslint-plugin-react/issues/809
[#812]: https://github.com/yannickcr/eslint-plugin-react/issues/812

## [6.2.2] - 2016-09-15
### Fixed
* Fix `no-unused-prop-types` crash ([#825][] @EvNaverniouk)
Expand Down Expand Up @@ -34,7 +54,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel

## [6.2.0] - 2016-08-28
### Added
* Adds `no-unused-prop-types` rule ([#226][] @EvNaverniouk)
* Add `no-unused-prop-types` rule ([#226][] @EvNaverniouk)
* Add `style-prop-object` rule ([#715][] @petersendidit)
* Add auto fix for `self-closing-comp` ([#770][] @pl12133)
* Add support for `typeAnnotations` in `sort-comp` ([#235][] @dozoisch)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
"version": "6.2.2",
"version": "6.3.0",
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
Expand Down

0 comments on commit 6a94967

Please sign in to comment.