Skip to content

Commit cf32c0f

Browse files
committed
📦 2.0.3
1 parent f82a00f commit cf32c0f

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
9+
## [2.0.3] - 2016-03-22
1010

1111
### Changed
1212

@@ -136,6 +136,7 @@ This change log adheres to [keepachangelog.com](http://keepachangelog.com).
136136
* define basic node interface
137137
* define basic cli interface
138138

139+
[2.0.3]: https://github.com/ungoldman/gh-release/compare/v2.0.2...v2.0.3
139140
[2.0.2]: https://github.com/ungoldman/gh-release/compare/v2.0.1...v2.0.2
140141
[2.0.1]: https://github.com/ungoldman/gh-release/compare/v2.0.0...v2.0.1
141142
[2.0.0]: https://github.com/ungoldman/gh-release/compare/v1.1.8...v2.0.0

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

0 commit comments

Comments
 (0)