Skip to content

Commit 8b37ad8

Browse files
committed
Update History and bump version
1 parent 8f24d0f commit 8b37ad8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

History.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.5.0 / 2015-03-14
2+
==================
3+
* add jsx-uses-vars rule
4+
* fix jsx-uses-react for ESLint 0.17.0
5+
16
1.4.1 / 2015-03-03
27
==================
38
* fix this.props.children marked as missing in props validation ([#7][])

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "1.4.1",
3+
"version": "1.5.0",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)