From a3ae5a44edcebbf7fe7b3563b4e2e76afa3b1462 Mon Sep 17 00:00:00 2001 From: "vidavidorra-release[bot]" <91046946+vidavidorra-release[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:33:59 +0000 Subject: [PATCH] chore(release): 1.0.1 [skip ci] ## [1.0.1](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.0...v1.0.1) (2024-03-25) ### Bug Fixes * correct `token` input name ([e409752](https://github.com/vidavidorra/github-action-app-user/commit/e409752bf89970b5b47355244823a9125efd5f90)) --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4502d80..b821b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.1](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.0...v1.0.1) (2024-03-25) + +### Bug Fixes + +- correct `token` input name ([e409752](https://github.com/vidavidorra/github-action-app-user/commit/e409752bf89970b5b47355244823a9125efd5f90)) + ## 1.0.0 (2024-03-25) ### Features diff --git a/package-lock.json b/package-lock.json index e5198cf..5d94884 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-app-user", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-action-app-user", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index e969814..aa76b6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-app-user", - "version": "1.0.0", + "version": "1.0.1", "description": "Get a GitHub App's email and username, from a GitHub Action", "private": true, "homepage": "https://github.com/vidavidorra/github-action-app-user#readme",