Skip to content

Commit b9e71b8

Browse files
author
Yannick Croissant
committed
Update History and bump version
1 parent 250b9eb commit b9e71b8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

History.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2.7.0 / 2015-07-11
2+
==================
3+
4+
* add no-danger rule ([#138][] @scothis)
5+
* add jsx-curly-spacing rule ([#142][])
6+
* fix properties limitations on prop types ([#139][])
7+
* fix component detection ([#144][])
8+
9+
[#138]: https://github.com/yannickcr/eslint-plugin-react/pull/138
10+
[#142]: https://github.com/yannickcr/eslint-plugin-react/issues/142
11+
[#139]: https://github.com/yannickcr/eslint-plugin-react/issues/139
12+
[#144]: https://github.com/yannickcr/eslint-plugin-react/issues/144
13+
114
2.6.4 / 2015-07-02
215
==================
316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react",
3-
"version": "2.6.4",
3+
"version": "2.7.0",
44
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
55
"description": "React specific linting rules for ESLint",
66
"main": "index.js",

0 commit comments

Comments
 (0)