Skip to content

Commit 3993753

Browse files
committed
1.1.6
1 parent 486e608 commit 3993753

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
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.6] - 2015-04-03
77
* update demo
88
* update doc
99

@@ -73,6 +73,7 @@ This change log adheres to [keepachangelog.com](http://keepachangelog.com).
7373
* define basic node interface
7474
* define basic cli interface
7575

76+
[1.1.6]: https://github.com/ngoldman/gh-release/compare/v1.1.5...v1.1.6
7677
[1.1.5]: https://github.com/ngoldman/gh-release/compare/v1.1.4...v1.1.5
7778
[1.1.4]: https://github.com/ngoldman/gh-release/compare/v1.1.3...v1.1.4
7879
[1.1.3]: https://github.com/ngoldman/gh-release/compare/v1.1.2...v1.1.3

package.json

Lines changed: 5 additions & 2 deletions
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.5",
4+
"version": "1.1.6",
55
"author": "Nate Goldman <[email protected]>",
66
"bin": {
77
"gh-release": "./bin/cli.js"
@@ -41,7 +41,10 @@
4141
"homepage": "https://github.com/ngoldman/gh-release",
4242
"keywords": [
4343
"github",
44-
"release"
44+
"release",
45+
"tag",
46+
"semver",
47+
"changelog"
4548
],
4649
"license": "ISC",
4750
"main": "index.js",

0 commit comments

Comments
 (0)