diff --git a/History.md b/History.md index 50036c1f55..aa3df1eb28 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +1.4.0 / 2015-02-24 +================== +* update prop-types to check props usage insead of propTypes presence ([#4][]) +* add react-in-jsx-scope rule ([#5][] @glenjamin) +* add jsx-uses-react rule ([#6][] @glenjamin) + +[#4]: https://github.com/yannickcr/eslint-plugin-react/issues/4 +[#5]: https://github.com/yannickcr/eslint-plugin-react/pull/5 +[#6]: https://github.com/yannickcr/eslint-plugin-react/pull/6 + 1.3.0 / 2015-02-24 ================== * update dependencies diff --git a/package.json b/package.json index 866fa90143..6eb5954c19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "1.3.0", + "version": "1.4.0", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",