Skip to content

Commit

Permalink
Update History and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Jun 28, 2015
1 parent 8682320 commit 8a50a24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2.6.1 / 2015-06-28
==================

* fix crash in prop-types when encountering an empty variable declaration ([#130][])

[#130]: https://github.com/yannickcr/eslint-plugin-react/issues/130

2.6.0 / 2015-06-28
==================

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


2.5.2 / 2015-06-14
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8a50a24

Please sign in to comment.