Skip to content

Commit

Permalink
📦 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Apr 23, 2015
1 parent 3b59b66 commit 0377e07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
This change log adheres to [keepachangelog.com](http://keepachangelog.com).

## Unreleased
## [1.1.8] - 2015-04-22
### Fixed
* exit process with code 1 on aborted release or invalid directory
* exit process with code 1 on aborted release or invalid directory ([#31](https://github.com/ngoldman/gh-release/issues/31))

## [1.1.7] - 2015-04-07
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gh-release",
"description": "Create a release for a node package on github.",
"version": "1.1.7",
"version": "1.1.8",
"author": "Nate Goldman <[email protected]>",
"bin": {
"gh-release": "./bin/cli.js"
Expand Down

0 comments on commit 0377e07

Please sign in to comment.