Skip to content

Commit 0377e07

Browse files
committed
📦 1.1.8
1 parent 3b59b66 commit 0377e07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ 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.8] - 2015-04-22
77
### Fixed
8-
* exit process with code 1 on aborted release or invalid directory
8+
* exit process with code 1 on aborted release or invalid directory ([#31](https://github.com/ngoldman/gh-release/issues/31))
99

1010
## [1.1.7] - 2015-04-07
1111
### Fixed

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

0 commit comments

Comments
 (0)