File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ 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- ## [ Unreleased ]
6+ ## [ 3.3.2 ] - 2015-09-10
77### Changed
8- * Add ` state ` in lifecycle methods for ` sort-comp ` rule ([ #197 ] [ ] )
9- * Treat component with render which returns ` createElement ` as valid ([ #206 ] [ ] )
8+ * Add ` state ` in lifecycle methods for ` sort-comp ` rule ([ #197 ] [ ] @ mathieudutour )
9+ * Treat component with render which returns ` createElement ` as valid ([ #206 ] [ ] @ epmatsw )
1010
1111### Fixed
1212* Fix allowed methods on arrayOf in ` prop-types ` ([ #146 ] [ ] )
1313* Fix default configuration for ` jsx-boolean-value ` ([ #210 ] [ ] )
1414
15- [ Unreleased ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.3.1...HEAD
15+ [ 3.3.2 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.3.1...v3.3.2
1616[ #146 ] : https://github.com/yannickcr/eslint-plugin-react/issues/146
1717[ #197 ] : https://github.com/yannickcr/eslint-plugin-react/pull/197
1818[ #206 ] : https://github.com/yannickcr/eslint-plugin-react/pull/206
@@ -64,7 +64,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
6464
6565## [ 3.2.2] - 2015-08-11
6666### Changed
67- * remove peerDependencies ([ #178 ] [ ] )
67+ * Remove peerDependencies ([ #178 ] [ ] )
6868
6969[ 3.2.2 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.2.1...v3.2.2
7070[ #178 ] : https://github.com/yannickcr/eslint-plugin-react/issues/178
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-react" ,
3- "version" : " 3.3.1 " ,
3+ "version" : " 3.3.2 " ,
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