File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
This change log adheres to standards from [ Keep a CHANGELOG] ( http://keepachangelog.com ) .
5
5
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
+
6
23
## [ 6.8.0] - 2016-12-05
7
24
### Added
8
25
* Add [ ` no-array-index-key ` ] [ ] rule ([ #978 ] [ ] @lencioni )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 6.8 .0" ,
3
+ "version" : " 6.9 .0" ,
4
4
"author" :
" Yannick Croissant <[email protected] >" ,
5
5
"description" : " React specific linting rules for ESLint" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments