Skip to content

Commit

Permalink
Update History and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Jul 15, 2015
1 parent ed9abfd commit 9773cfc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2.7.1 / 2015-07-16
==================

* update peerDependencies requirements ([#154][])
* update codebase for ESLint v1.0.0
* change oneOfType to actually keep the child types ([#148][] @CalebMorris)
* documentation improvements ([#147][] @lencioni)

[#154]: https://github.com/yannickcr/eslint-plugin-react/issues/154
[#148]: https://github.com/yannickcr/eslint-plugin-react/issues/148
[#147]: https://github.com/yannickcr/eslint-plugin-react/pull/147

2.7.0 / 2015-07-11
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react",
"version": "2.7.0",
"version": "2.7.1",
"author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
"description": "React specific linting rules for ESLint",
"main": "index.js",
Expand Down

0 comments on commit 9773cfc

Please sign in to comment.