We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5b295 commit 7af7182Copy full SHA for 7af7182
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# gh-release changelog
2
3
-## Unreleased
+## 1.1.0 - 2015-03-01
4
* target node `0.12` and `iojs` on travis
5
* user docker and cache `node_modules` on travis
6
* add oauth2 token authentication method [#5](https://github.com/ngoldman/gh-release/issues/5)
package.json
@@ -1,7 +1,7 @@
{
"name": "gh-release",
"description": "Create a release for a node package on github.",
- "version": "1.0.8",
+ "version": "1.1.0",
"author": "Nate Goldman <[email protected]>",
"bin": {
7
"gh-release": "./bin/cli.js"
0 commit comments