Skip to content

Commit 59ecc4b

Browse files
committed
📦 2.0.2
1 parent aab1288 commit 59ecc4b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ 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.2] - 2015-10-12
10+
1011
* Use the most recently released version when comparing versions ([#39](https://github.com/ngoldman/gh-release/pull/39))
1112
* Set travis-ci to test builds on `0.10`, `0.12`, and `stable` ([#40](https://github.com/ngoldman/gh-release/pull/40))
1213

@@ -125,6 +126,7 @@ This change log adheres to [keepachangelog.com](http://keepachangelog.com).
125126
* define basic node interface
126127
* define basic cli interface
127128

129+
[2.0.2]: https://github.com/ngoldman/gh-release/compare/v2.0.1...v2.0.2
128130
[2.0.1]: https://github.com/ngoldman/gh-release/compare/v2.0.0...v2.0.1
129131
[2.0.0]: https://github.com/ngoldman/gh-release/compare/v1.1.8...v2.0.0
130132
[1.1.8]: https://github.com/ngoldman/gh-release/compare/v1.1.7...v1.1.8

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

0 commit comments

Comments
 (0)