File tree 2 files changed +6
-6
lines changed
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.
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
- ## [ Unreleased ]
6
+ ## [ 3.3.2 ] - 2015-09-10
7
7
### 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 )
10
10
11
11
### Fixed
12
12
* Fix allowed methods on arrayOf in ` prop-types ` ([ #146 ] [ ] )
13
13
* Fix default configuration for ` jsx-boolean-value ` ([ #210 ] [ ] )
14
14
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
16
16
[ #146 ] : https://github.com/yannickcr/eslint-plugin-react/issues/146
17
17
[ #197 ] : https://github.com/yannickcr/eslint-plugin-react/pull/197
18
18
[ #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
64
64
65
65
## [ 3.2.2] - 2015-08-11
66
66
### Changed
67
- * remove peerDependencies ([ #178 ] [ ] )
67
+ * Remove peerDependencies ([ #178 ] [ ] )
68
68
69
69
[ 3.2.2 ] : https://github.com/yannickcr/eslint-plugin-react/compare/v3.2.1...v3.2.2
70
70
[ #178 ] : https://github.com/yannickcr/eslint-plugin-react/issues/178
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 3.3.1 " ,
3
+ "version" : " 3.3.2 " ,
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