From 9773cfc72dca92d0f8ece00a096c3795161d571f Mon Sep 17 00:00:00 2001 From: Yannick Croissant Date: Wed, 15 Jul 2015 22:04:28 +0000 Subject: [PATCH] Update History and bump version --- History.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 03ac279948..4f6dce9746 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,15 @@ +2.7.1 / 2015-07-16 +================== + +* update peerDependencies requirements ([#154][]) +* update codebase for ESLint v1.0.0 +* change oneOfType to actually keep the child types ([#148][] @CalebMorris) +* documentation improvements ([#147][] @lencioni) + +[#154]: https://github.com/yannickcr/eslint-plugin-react/issues/154 +[#148]: https://github.com/yannickcr/eslint-plugin-react/issues/148 +[#147]: https://github.com/yannickcr/eslint-plugin-react/pull/147 + 2.7.0 / 2015-07-11 ================== diff --git a/package.json b/package.json index 8a43813bb6..23b2cf4986 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "2.7.0", + "version": "2.7.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",