Skip to content

Commit 383edb4

Browse files
committed
Merge pull request #30 from paulcpederson/master
1.1.7
2 parents fd028cb + 31eb98b commit 383edb4

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
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44
This change log adheres to [keepachangelog.com](http://keepachangelog.com).
55

6-
## Unreleased
6+
## [1.1.7] - 2015-04-07
77
### Fixed
88
- If cli is successful, should exit with code of 0
99

@@ -77,6 +77,7 @@ This change log adheres to [keepachangelog.com](http://keepachangelog.com).
7777
* define basic node interface
7878
* define basic cli interface
7979

80+
[1.1.7]: https://github.com/ngoldman/gh-release/compare/v1.1.6...v1.1.7
8081
[1.1.6]: https://github.com/ngoldman/gh-release/compare/v1.1.5...v1.1.6
8182
[1.1.5]: https://github.com/ngoldman/gh-release/compare/v1.1.4...v1.1.5
8283
[1.1.4]: https://github.com/ngoldman/gh-release/compare/v1.1.3...v1.1.4

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

0 commit comments

Comments
 (0)