We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8682320 commit 8a50a24Copy full SHA for 8a50a24
History.md
@@ -1,3 +1,10 @@
1
+2.6.1 / 2015-06-28
2
+==================
3
+
4
+* fix crash in prop-types when encountering an empty variable declaration ([#130][])
5
6
+[#130]: https://github.com/yannickcr/eslint-plugin-react/issues/130
7
8
2.6.0 / 2015-06-28
9
==================
10
@@ -28,7 +35,6 @@
28
35
[#122]: https://github.com/yannickcr/eslint-plugin-react/issues/122
29
36
[#129]: https://github.com/yannickcr/eslint-plugin-react/issues/129
30
37
31
-
32
38
2.5.2 / 2015-06-14
33
39
34
40
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
- "version": "2.6.0",
+ "version": "2.6.1",
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
0 commit comments