We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecfb93 commit a725549Copy full SHA for a725549
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# gh-release changelog
2
3
+## 1.0.1 - 2015-02-07
4
+* add better options info to readme
5
+
6
## 1.0.0 - 2015-02-07
7
* create working prototype
8
* define basic node interface
package.json
@@ -1,7 +1,7 @@
{
"name": "gh-release",
"description": "Create a release for a node package on github.",
- "version": "1.0.0",
+ "version": "1.0.1",
"author": "Nate Goldman <nate@ngoldman.me>",
"bin": {
"gh-release": "./bin/cli.js"
0 commit comments