From 6a61c64b1a91e4b6118758380f4c11f9e4b88d82 Mon Sep 17 00:00:00 2001 From: bubkoo Date: Fri, 11 Nov 2022 03:22:51 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2022-11-11) ### Bug Fixes * repo url ([0417130](https://github.com/wow-actions/app-token/commit/041713029465b8b4f3b943525d97cd704549d290)) * the name of the GitHub App ([e3587c5](https://github.com/wow-actions/app-token/commit/e3587c5c176c7c8e1d16f65f08202364b31d12a0)) --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..fe5619a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# 1.0.0 (2022-11-11) + + +### Bug Fixes + +* repo url ([0417130](https://github.com/wow-actions/app-token/commit/041713029465b8b4f3b943525d97cd704549d290)) +* the name of the GitHub App ([e3587c5](https://github.com/wow-actions/app-token/commit/e3587c5c176c7c8e1d16f65f08202364b31d12a0)) diff --git a/package.json b/package.json index 3b49b41..8a7a56a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-token", - "version": "1.0.9", + "version": "1.0.0", "private": true, "description": "A GitHub App to save/update it's installation token to the secrets of current repo. Then we can use the token in our workflows.", "main": "lib/index.js", @@ -61,7 +61,7 @@ "engines": { "node": ">= 14" }, - "repository": { + "repository": { "type": "git", "url": "git+https://github.com/wow-actions/app-token.git" },