Skip to content

Commit 36116d5

Browse files
committed
Update History and bump version
1 parent 36dfffe commit 36116d5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

+9
Original file line numberDiff line numberDiff line change
@@ -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+
110
1.6.0 / 2015-03-22
211
==================
312
* 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.6.0",
3+
"version": "1.6.1",
44
"author": "Yannick Croissant <[email protected]>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)