Skip to content

Commit 7af7182

Browse files
committed
v1.1.0
1 parent bc5b295 commit 7af7182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gh-release changelog
22

3-
## Unreleased
3+
## 1.1.0 - 2015-03-01
44
* target node `0.12` and `iojs` on travis
55
* user docker and cache `node_modules` on travis
66
* add oauth2 token authentication method [#5](https://github.com/ngoldman/gh-release/issues/5)

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

0 commit comments

Comments
 (0)