diff --git a/History.md b/History.md index e5317d6375..50036c1f55 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +1.3.0 / 2015-02-24 +================== +* update dependencies +* add no-did-mount-set-state rule +* add no-did-update-set-state rule + 1.2.2 / 2015-02-09 ================== * update dependencies diff --git a/package.json b/package.json index 3632749fb0..866fa90143 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-react", - "version": "1.2.2", + "version": "1.3.0", "author": "Yannick Croissant ", "description": "React specific linting rules for ESLint", "main": "index.js",