File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 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.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This 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 )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 6.8 .0" ,
3+ "version" : " 6.9 .0" ,
44 "author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
55 "description" : " React specific linting rules for ESLint" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments