Skip to content

Commit 9f3e9d9

Browse files
committed
1.1.3
1 parent 2e3a525 commit 9f3e9d9

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 standards from [Keep a CHANGELOG](http://keepachangelog.com).
55

6-
## Unreleased
6+
## [1.1.3] - 2015-03-22
77
* Handle error when release number already exists on github
88

99
## [1.1.2] - 2015-03-09
@@ -60,6 +60,7 @@ This change log adheres to standards from [Keep a CHANGELOG](http://keepachangel
6060
* define basic node interface
6161
* define basic cli interface
6262

63+
[1.1.3]: https://github.com/ngoldman/gh-release/compare/v1.1.2...v1.1.3
6364
[1.1.2]: https://github.com/ngoldman/gh-release/compare/v1.1.1...v1.1.2
6465
[1.1.1]: https://github.com/ngoldman/gh-release/compare/v1.1.0...v1.1.1
6566
[1.1.0]: https://github.com/ngoldman/gh-release/compare/v1.0.8...v1.1.0

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

0 commit comments

Comments
 (0)