From df6225fb1eb58c5f672f3b663a0e6195443863da Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 11 Oct 2018 00:46:08 +0000 Subject: [PATCH] chore(release): 1.13.5 [skip ci] ## [1.13.5](https://github.com/node-gh/gh/compare/v1.13.4...v1.13.5) (2018-10-11) ### Bug Fixes * **pull-request:** add option in config to use https instead of ssh ([7dac953](https://github.com/node-gh/gh/commit/7dac953)), closes [#436](https://github.com/node-gh/gh/issues/436) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7ab3d48..c79d7102 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gh", "description": "GitHub command line tools.", - "version": "1.13.4", + "version": "1.13.5", "homepage": "http://nodegh.io", "author": { "name": "Eduardo Lundgren",