Skip to content

Commit 8a50a24

Browse files
committed
Update History and bump version
1 parent 8682320 commit 8a50a24

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

History.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
18
2.6.0 / 2015-06-28
29
==================
310

@@ -28,7 +35,6 @@
2835
[#122]: https://github.com/yannickcr/eslint-plugin-react/issues/122
2936
[#129]: https://github.com/yannickcr/eslint-plugin-react/issues/129
3037

31-
3238
2.5.2 / 2015-06-14
3339
==================
3440

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)