From 1969fde399ce4f2ff968d0384d0cfde8e59b29a8 Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 24 Dec 2018 02:01:30 +0000 Subject: [PATCH] chore(release): 1.13.6 [skip ci] ## [1.13.6](https://github.com/node-gh/gh/compare/v1.13.5...v1.13.6) (2018-12-24) ### Bug Fixes * **issue:** adjust issue search query to include only issues ([3376a65](https://github.com/node-gh/gh/commit/3376a65)) --- package.json | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fede75b8..9c2c65ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gh", "description": "GitHub command line tools.", - "version": "1.13.5", + "version": "1.13.6", "homepage": "http://nodegh.io", "author": { "name": "Eduardo Lundgren", @@ -34,7 +34,13 @@ "bugs": { "url": "https://github.com/node-gh/gh/issues" }, - "keywords": ["git", "github", "external", "commands", "helpers"], + "keywords": [ + "git", + "github", + "external", + "commands", + "helpers" + ], "bin": { "gh": "bin/gh.js" }, @@ -50,12 +56,18 @@ "@semantic-release/npm", { "path": "@semantic-release/git", - "assets": ["package.json", "bin/gh.js", "lib/**/*.js"], - "message": - "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" + "assets": [ + "package.json", + "bin/gh.js", + "lib/**/*.js" + ], + "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" } ], - "publish": ["@semantic-release/github", "@semantic-release/npm"] + "publish": [ + "@semantic-release/github", + "@semantic-release/npm" + ] }, "scripts": { "commit": "git-cz",