From bcc56be602ea948861cde010bb17fae1c1c0e664 Mon Sep 17 00:00:00 2001 From: Yannick Croissant Date: Tue, 3 Mar 2015 23:25:57 +0100 Subject: [PATCH] Update History and bump version --- History.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index aa3df1eb28..2262a54a7f 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,11 @@ +1.4.1 / 2015-03-03 +================== +* fix this.props.children marked as missing in props validation ([#7][]) +* fix usage of this.props without property ([#8][]) + +[#7]: https://github.com/yannickcr/eslint-plugin-react/issues/7 +[#8]: https://github.com/yannickcr/eslint-plugin-react/issues/8 + 1.4.0 / 2015-02-24 ================== * update prop-types to check props usage insead of propTypes presence ([#4][]) diff --git a/package.json b/package.json index 6eb5954c19..eba08dfebd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "1.4.0", + "version": "1.4.1", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",