Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Commit

Permalink
chore(release): 1.13.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.13.6](v1.13.5...v1.13.6) (2018-12-24)

### Bug Fixes

* **issue:** adjust issue search query to include only issues ([3376a65](3376a65))
  • Loading branch information
Ryan committed Dec 24, 2018
1 parent 48b508b commit 1969fde
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand All @@ -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",
Expand Down

0 comments on commit 1969fde

Please sign in to comment.