Skip to content

Commit

Permalink
Update History and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Mar 14, 2015
1 parent 8f24d0f commit 8b37ad8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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][])
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
"version": "1.4.1",
"version": "1.5.0",
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
Expand Down

0 comments on commit 8b37ad8

Please sign in to comment.