Skip to content

Commit 64f597e

Browse files
committed
Release 0.1.1
1 parent 5a4bd2c commit 64f597e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 0.1.1 (2017-09-20)
2+
3+
4+
#### Bug Fixes
5+
6+
* support node v4 ([5a4bd2c2](https://github.com/miyajan/node-github-release/commit/5a4bd2c2b0e44e0ad32f8752af996388946b9d32))
7+
8+
19
## 0.1.0 (2017-09-19)
210

311
* First Release!

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-github-release",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "CLI to create and edit releases on Github (and upload artifacts)",
55
"main": "index.js",
66
"bin": {
@@ -27,4 +27,4 @@
2727
"get-stdin": "^5.0.1",
2828
"github": "^11.0.0"
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)