diff --git a/History.md b/History.md index 2262a54a7f..ea45255877 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +1.5.0 / 2015-03-14 +================== +* add jsx-uses-vars rule +* fix jsx-uses-react for ESLint 0.17.0 + 1.4.1 / 2015-03-03 ================== * fix this.props.children marked as missing in props validation ([#7][]) diff --git a/package.json b/package.json index 0a623335b2..5c471fbbf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "1.4.1", + "version": "1.5.0", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",