From 3e2e92d55c400e01ba6c67855e6e47554d5a7d3f Mon Sep 17 00:00:00 2001 From: Yannick Croissant Date: Thu, 16 Apr 2015 23:37:26 +0000 Subject: [PATCH] Update History and bump version --- History.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index b4a4b3b55f..46800c5b6b 100755 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +2.1.1 / 2015-04-17 +================== + +* add support for classes static properties ([#43][]) +* add tests for the babel-eslint parser +* add ESLint as peerDependency (@AlexKVal) +* documentation improvements (@AlexKVal, @chriscalo) + +[#43]: https://github.com/yannickcr/eslint-plugin-react/issues/43 + 2.1.0 / 2015-04-06 ================== diff --git a/package.json b/package.json index e50b2fa4b1..079fe97762 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "2.1.0", + "version": "2.1.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",