Skip to content

Commit 80bb922

Browse files
committed
📦 2.0.1
1 parent aa7c576 commit 80bb922

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
This change log adheres to [keepachangelog.com](http://keepachangelog.com).
88

9-
## [Unreleased] - 2015-08-11
9+
## [2.0.1] - 2015-08-11
1010

1111
* if target commit returns a 404, throw error
1212

@@ -121,6 +121,7 @@ This change log adheres to [keepachangelog.com](http://keepachangelog.com).
121121
* define basic node interface
122122
* define basic cli interface
123123

124+
[2.0.1]: https://github.com/ngoldman/gh-release/compare/v2.0.0...v2.0.1
124125
[2.0.0]: https://github.com/ngoldman/gh-release/compare/v1.1.8...v2.0.0
125126
[1.1.8]: https://github.com/ngoldman/gh-release/compare/v1.1.7...v1.1.8
126127
[1.1.7]: https://github.com/ngoldman/gh-release/compare/v1.1.6...v1.1.7

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

0 commit comments

Comments
 (0)