Skip to content

Commit 9773cfc

Browse files
committed
Update History and bump version
1 parent ed9abfd commit 9773cfc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

History.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2.7.1 / 2015-07-16
2+
==================
3+
4+
* update peerDependencies requirements ([#154][])
5+
* update codebase for ESLint v1.0.0
6+
* change oneOfType to actually keep the child types ([#148][] @CalebMorris)
7+
* documentation improvements ([#147][] @lencioni)
8+
9+
[#154]: https://github.com/yannickcr/eslint-plugin-react/issues/154
10+
[#148]: https://github.com/yannickcr/eslint-plugin-react/issues/148
11+
[#147]: https://github.com/yannickcr/eslint-plugin-react/pull/147
12+
113
2.7.0 / 2015-07-11
214
==================
315

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.7.0",
3+
"version": "2.7.1",
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)