We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4bd2c commit 64f597eCopy full SHA for 64f597e
CHANGELOG.md
@@ -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
9
## 0.1.0 (2017-09-19)
10
11
* First Release!
package.json
@@ -1,6 +1,6 @@
{
"name": "node-github-release",
- "version": "0.1.0",
+ "version": "0.1.1",
"description": "CLI to create and edit releases on Github (and upload artifacts)",
"main": "index.js",
"bin": {
@@ -27,4 +27,4 @@
27
"get-stdin": "^5.0.1",
28
"github": "^11.0.0"
29
}
30
-}
+}
0 commit comments