Skip to content

Commit 31b96b2

Browse files
committed
Release 2.5.0
1 parent c17bc68 commit 31b96b2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ node_js:
77
- "0.12"
88
- "iojs-1"
99
- "iojs-2"
10+
- "3"
11+
- "4"
12+
- "5"
13+
- "6"
1014
after_success: make coveralls

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11

22
# CHANGELOG
33

4-
## 2.4.2 (2016-06-30)
4+
## 2.5.0 (2016-06-01)
5+
6+
* better open pull request way. You can choose remote branch by option menu. #35
7+
8+
## 2.4.2 (2016-05-30)
59

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitopen",
3-
"version": "2.4.2",
3+
"version": "2.5.0",
44
"description": "Open Remote from Browser.",
55
"main": "lib/index.js",
66
"bin": {
@@ -41,4 +41,4 @@
4141
"mocha": "^2.2.5",
4242
"should": "^7.0.1"
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)