Skip to content

Commit 0fcf321

Browse files
committed
Update CHANGELOG and bump version
1 parent bad47d6 commit 0fcf321

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ 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.9.0] - 2016-01-08
7+
### Added
8+
* Add support for variable reference to [`sort-prop-types`][] ([#622][])
9+
10+
### Fixed
11+
* Fix Node.js 0.10 support ([#1000][] @ljharb)
12+
* Fix [`prop-types`][] to correctly assign props to components ([#991][])
13+
14+
### Changed
15+
* Documentation improvements ([#995][] @rutsky)
16+
17+
[6.9.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v6.8.0...v6.9.0
18+
[#622]: https://github.com/yannickcr/eslint-plugin-react/issues/622
19+
[#1000]: https://github.com/yannickcr/eslint-plugin-react/pull/1000
20+
[#991]: https://github.com/yannickcr/eslint-plugin-react/issues/991
21+
[#995]: https://github.com/yannickcr/eslint-plugin-react/pull/995
22+
623
## [6.8.0] - 2016-12-05
724
### Added
825
* Add [`no-array-index-key`][] rule ([#978][] @lencioni)

package.json

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

0 commit comments

Comments
 (0)