From 6a71f82d1590593c6c4681a4543cb00839642445 Mon Sep 17 00:00:00 2001 From: Yannick Croissant Date: Wed, 1 Jul 2015 23:00:54 +0000 Subject: [PATCH] Update History and bump version --- History.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 43e1e1ef67..55c2a1c496 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +2.6.4 / 2015-07-02 +================== + +* fix simple destructuring handling ([#137][]) + +[#137]: https://github.com/yannickcr/eslint-plugin-react/issues/137 + 2.6.3 / 2015-06-30 ================== diff --git a/package.json b/package.json index e41a34195c..3a6eba59f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "2.6.3", + "version": "2.6.4", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",