File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44This 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
Original file line number Diff line number Diff line change 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"
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" ,
You can’t perform that action at this time.
0 commit comments