We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dfffe commit 36116d5Copy full SHA for 36116d5
History.md
@@ -1,3 +1,12 @@
1
+1.6.1 / 2015-03-25
2
+==================
3
+* update jsx-quotes documentation
4
+* fix jsx-no-undef with babel-eslint ([#30][])
5
+* fix jsx-quotes on Literal childs ([#29][])
6
+
7
+[#30]: https://github.com/yannickcr/eslint-plugin-react/issues/30
8
+[#29]: https://github.com/yannickcr/eslint-plugin-react/issues/29
9
10
1.6.0 / 2015-03-22
11
==================
12
* update dependencies
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
- "version": "1.6.0",
+ "version": "1.6.1",
"author": "Yannick Croissant <[email protected]>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
0 commit comments