Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo committed Jun 1, 2016
1 parent c17bc68 commit 31b96b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ node_js:
- "0.12"
- "iojs-1"
- "iojs-2"
- "3"
- "4"
- "5"
- "6"
after_success: make coveralls
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@

# CHANGELOG

## 2.4.2 (2016-06-30)
## 2.5.0 (2016-06-01)

* better open pull request way. You can choose remote branch by option menu. #35

## 2.4.2 (2016-05-30)

* `gitopen pulls` alias: `gitopen prs`, `gitopen mrs`. #34

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitopen",
"version": "2.4.2",
"version": "2.5.0",
"description": "Open Remote from Browser.",
"main": "lib/index.js",
"bin": {
Expand Down Expand Up @@ -41,4 +41,4 @@
"mocha": "^2.2.5",
"should": "^7.0.1"
}
}
}

0 comments on commit 31b96b2

Please sign in to comment.