File tree 2 files changed +15
-1
lines changed 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.5.1 / 2015-06-14
2
+ ==================
3
+
4
+ * update dependencies
5
+ * fix prop-types crash when propTypes definition is invalid ([ #95 ] [ ] )
6
+ * fix jsx-uses-vars for ES6 classes ([ #96 ] [ ] )
7
+ * fix hasOwnProperty that is taken for a prop ([ #102 ] [ ] )
8
+ * documentation improvements ([ #99 ] [ ] @morenoh149 )
9
+
10
+ [ #95 ] : https://github.com/yannickcr/eslint-plugin-react/issues/95
11
+ [ #96 ] : https://github.com/yannickcr/eslint-plugin-react/issues/96
12
+ [ #102 ] : https://github.com/yannickcr/eslint-plugin-react/issues/102
13
+ [ #99 ] : https://github.com/yannickcr/eslint-plugin-react/pull/99
14
+
1
15
2.5.0 / 2015-06-04
2
16
==================
3
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-react" ,
3
- "version" : " 2.5.0 " ,
3
+ "version" : " 2.5.1 " ,
4
4
"author" : " Yannick Croissant <yannick.croissant+npm@gmail.com>" ,
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