Skip to content

Commit a725549

Browse files
committed
bump to 1.0.1
1 parent eecfb93 commit a725549

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# gh-release changelog
22

3+
## 1.0.1 - 2015-02-07
4+
* add better options info to readme
5+
36
## 1.0.0 - 2015-02-07
47
* create working prototype
58
* define basic node interface

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gh-release",
33
"description": "Create a release for a node package on github.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"author": "Nate Goldman <[email protected]>",
66
"bin": {
77
"gh-release": "./bin/cli.js"

0 commit comments

Comments
 (0)