Skip to content

Commit bcc56be

Browse files
committed
Update History and bump version
1 parent 7065e1e commit bcc56be

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.4.1 / 2015-03-03
2+
==================
3+
* fix this.props.children marked as missing in props validation ([#7][])
4+
* fix usage of this.props without property ([#8][])
5+
6+
[#7]: https://github.com/yannickcr/eslint-plugin-react/issues/7
7+
[#8]: https://github.com/yannickcr/eslint-plugin-react/issues/8
8+
19
1.4.0 / 2015-02-24
210
==================
311
* update prop-types to check props usage insead of propTypes presence ([#4][])

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

0 commit comments

Comments
 (0)