We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c17bc68 commit 31b96b2Copy full SHA for 31b96b2
.travis.yml
@@ -7,4 +7,8 @@ node_js:
7
- "0.12"
8
- "iojs-1"
9
- "iojs-2"
10
+ - "3"
11
+ - "4"
12
+ - "5"
13
+ - "6"
14
after_success: make coveralls
CHANGELOG.md
@@ -1,7 +1,11 @@
1
2
# CHANGELOG
3
4
-## 2.4.2 (2016-06-30)
+## 2.5.0 (2016-06-01)
5
+
6
+* 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
package.json
@@ -1,6 +1,6 @@
{
"name": "gitopen",
- "version": "2.4.2",
+ "version": "2.5.0",
"description": "Open Remote from Browser.",
"main": "lib/index.js",
"bin": {
@@ -41,4 +41,4 @@
41
"mocha": "^2.2.5",
42
"should": "^7.0.1"
43
}
44
-}
+}
0 commit comments