From 85dd8629c7391390e7fba6e6c2666a8d684c700f Mon Sep 17 00:00:00 2001 From: Zeno Rocha Date: Fri, 13 Sep 2013 01:53:41 -0300 Subject: [PATCH] 1.5.0 --- README.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e4a380a..b87704f3 100644 --- a/README.md +++ b/README.md @@ -759,6 +759,15 @@ Contribute new commands to this project by copying and editing the content of [H ## History +* **v1.5.0** September 13, 2013 + * Rename repository to `gh` + * Move repository to `node-gh` organization + * Add plugin infrastructure + * Add option to show the STDOUT of a hook + * Use best user value based on execution scope + * Add feature to create pull requests from an existing issue + * Fix GitHub links to use https instead of http + * Fix printing correct username on `gh pr -l` * **v1.4.0** September 11, 2013 * Add hooks feature \o/ * Document config files diff --git a/package.json b/package.json index f7606916..39da8740 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gh", "description": "GitHub command line tools.", - "version": "1.4.0", + "version": "1.5.0", "homepage": "http://nodegh.io", "author": { "name": "Eduardo Lundgren",