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 2d04c59 commit 825fd20Copy full SHA for 825fd20
CHANGELOG.md
@@ -1,6 +1,15 @@
1
2
# CHANGELOG
3
4
+## 2.8.0 (2017-10-01)
5
+
6
+- feat: check update.
7
+- feat: gitopen blame.
8
+- feat: alias cis -> commits.
9
+- fix: encode branch name.
10
+- fix: support branch name with dot.
11
+- fix: replace multiple times schema placeholder.
12
13
## 2.7.3 (2017-05-04)
14
15
- fix(github): Open PR by id in github. #56
package.json
@@ -1,6 +1,6 @@
{
"name": "gitopen",
- "version": "2.7.3",
+ "version": "2.8.0",
"description": "Open git remote url from web browser.",
"main": "lib/index.js",
"bin": {
0 commit comments