From b7917bbc31ef8df26111864323d5463b87a15a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Concei=C3=A7=C3=A3o?= Date: Fri, 11 Oct 2019 18:10:24 +0100 Subject: [PATCH] Update @uphold/github-changelog-generator to v1.0.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 265b213..5311ab2 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "uuid": "^3.0.1" }, "devDependencies": { - "@uphold/github-changelog-generator": "^1.0.0", + "@uphold/github-changelog-generator": "^1.0.1", "eslint": "^6.5.1", "eslint-config-uphold": "^0.2.0", "jest": "^24.9.0", diff --git a/yarn.lock b/yarn.lock index 4b7117e..a82df0a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -371,10 +371,10 @@ dependencies: "@types/yargs-parser" "*" -"@uphold/github-changelog-generator@^1.0.0": - version "1.0.0" - resolved "https://registry.yarnpkg.com/@uphold/github-changelog-generator/-/github-changelog-generator-1.0.0.tgz#839564f1f5a7372c065abd6600a0312f6a9c0031" - integrity sha512-yDOXBDpoVdGLXND+jiKYvkWXDtwxy1aO8BNdVPxbTaTXbikwdMfkft3UtyPwjXklesIQQ3Gq0vPMKmvjqc/5bQ== +"@uphold/github-changelog-generator@^1.0.1": + version "1.0.1" + resolved "https://registry.yarnpkg.com/@uphold/github-changelog-generator/-/github-changelog-generator-1.0.1.tgz#d63aa383e4e3124b1f80d84f9d7ee55585a65cfd" + integrity sha512-Qe7lO4HQxsy7HQKSi7cn/jQBe5CAT/TtVAQz2yiC8F4qgS6L78e433yTC0uai9EzOnLvt6tbLEhuMC8Jf32lOQ== dependencies: "@octokit/rest" "^15.15.1" bluebird "^3.5.3"