Skip to content

Commit 825fd20

Browse files
author
tian.liang
committed
Release 2.8.0
1 parent 2d04c59 commit 825fd20

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11

22
# CHANGELOG
33

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+
413
## 2.7.3 (2017-05-04)
514

615
- fix(github): Open PR by id in github. #56

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitopen",
3-
"version": "2.7.3",
3+
"version": "2.8.0",
44
"description": "Open git remote url from web browser.",
55
"main": "lib/index.js",
66
"bin": {

0 commit comments

Comments
 (0)