Skip to content

Commit f9d2019

Browse files
committed
Update History and bump version
1 parent a5c3354 commit f9d2019

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

History.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
1.6.0 / 2015-03-22
2+
==================
3+
* update dependencies
4+
* add jsx-no-undef rule
5+
* add jsx-quotes rule ([#12][])
6+
* add @jsx pragma support ([#23][])
7+
* fix react-in-jsx-scope in Node.js env
8+
* fix usage of propTypes with an external object ([#9][])
9+
* allow this.getState references (not calls) in lifecycle methods ([#22][] @benmosher)
10+
11+
[#12]: https://github.com/yannickcr/eslint-plugin-react/issues/12
12+
[#23]: https://github.com/yannickcr/eslint-plugin-react/issues/23
13+
[#9]: https://github.com/yannickcr/eslint-plugin-react/issues/9
14+
[#22]: https://github.com/yannickcr/eslint-plugin-react/pull/22
15+
116
1.5.0 / 2015-03-14
217
==================
318
* add jsx-uses-vars rule

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

0 commit comments

Comments
 (0)