diff --git a/History.md b/History.md index 2bd8802856..4b8aa74ed4 100644 --- a/History.md +++ b/History.md @@ -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 ================== @@ -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 ================== diff --git a/package.json b/package.json index 3eb8e65d0e..474308cea7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "2.6.0", + "version": "2.6.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",