Skip to content

Commit 08efd7c

Browse files
committed
bump
1 parent 25f6fe1 commit 08efd7c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.3 - 2015-02-07
4+
* actual fix for cli.. should work fine now
5+
* allow `v` prefix for changelog version names
6+
37
## 1.0.2 - 2015-02-07
48
* hotfix for local requires in cli
59

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.2",
4+
"version": "1.0.3",
55
"author": "Nate Goldman <[email protected]>",
66
"bin": {
77
"gh-release": "./bin/cli.js"

0 commit comments

Comments
 (0)