Skip to content

Commit d4f339b

Browse files
committed
Update History and bump version
1 parent f03f3e3 commit d4f339b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

History.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.4.0 / 2015-02-24
2+
==================
3+
* update prop-types to check props usage insead of propTypes presence ([#4][])
4+
* add react-in-jsx-scope rule ([#5][] @glenjamin)
5+
* add jsx-uses-react rule ([#6][] @glenjamin)
6+
7+
[#4]: https://github.com/yannickcr/eslint-plugin-react/issues/4
8+
[#5]: https://github.com/yannickcr/eslint-plugin-react/pull/5
9+
[#6]: https://github.com/yannickcr/eslint-plugin-react/pull/6
10+
111
1.3.0 / 2015-02-24
212
==================
313
* update dependencies

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.3.0",
3+
"version": "1.4.0",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)