From 49e666913df6afeb72b849c426164e80185e8f63 Mon Sep 17 00:00:00 2001 From: Yannick Croissant Date: Wed, 26 Aug 2015 17:11:59 +0200 Subject: [PATCH] Update History and bump version --- History.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 966c3bd2cb..8edcac8373 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,19 @@ +3.3.0 / 2015-08-26 +================== + +* update dependencies +* add jsx-indent-props rule ([#15][], [#181][]) +* add no-set-state rule ([#197][] @markdalgleish) +* add jsx-closing-bracket-location rule ([#14][], [#64][]) +* fix crash on propTypes declarations with an empty body ([#193][] @mattyod) + +[#15]: https://github.com/yannickcr/eslint-plugin-react/issues/15 +[#181]: https://github.com/yannickcr/eslint-plugin-react/issues/181 +[#197]: https://github.com/yannickcr/eslint-plugin-react/pull/197 +[#14]: https://github.com/yannickcr/eslint-plugin-react/issues/14 +[#64]: https://github.com/yannickcr/eslint-plugin-react/issues/64 +[#193]: https://github.com/yannickcr/eslint-plugin-react/pull/193 + 3.2.3 / 2015-08-16 ================== diff --git a/package.json b/package.json index 864be04977..539aa8546c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "3.2.3", + "version": "3.3.0", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",