Skip to content

Commit 7034bd6

Browse files
committed
1.1.4
1 parent a5f991b commit 7034bd6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
4-
This change log adheres to standards from [Keep a CHANGELOG](http://keepachangelog.com).
4+
This change log adheres to [keepachangelog.com](http://keepachangelog.com).
55

6-
## Unreleased
6+
## [1.1.4] - 2015-04-01
77
* Improve preview style & formatting ([#15](https://github.com/ngoldman/gh-release/issues/15) & [#24](https://github.com/ngoldman/gh-release/pull/24))
88

99
## [1.1.3] - 2015-03-22
@@ -63,6 +63,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
6363
* define basic node interface
6464
* define basic cli interface
6565

66+
[1.1.3]: https://github.com/ngoldman/gh-release/compare/v1.1.3...v1.1.4
6667
[1.1.3]: https://github.com/ngoldman/gh-release/compare/v1.1.2...v1.1.3
6768
[1.1.2]: https://github.com/ngoldman/gh-release/compare/v1.1.1...v1.1.2
6869
[1.1.1]: https://github.com/ngoldman/gh-release/compare/v1.1.0...v1.1.1

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

0 commit comments

Comments
 (0)