From fefc99d142b00c9192d7908d682b2002a8400fc5 Mon Sep 17 00:00:00 2001 From: "vidavidorra-release[bot]" <91046946+vidavidorra-release[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:17:50 +0000 Subject: [PATCH] chore(release): 1.0.2 [skip ci] ## [1.0.2](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.1...v1.0.2) (2024-03-25) ### Documentation * fix action inputs using `steps` ([e5fe81c](https://github.com/vidavidorra/github-action-app-user/commit/e5fe81c8994aa7142220fee2f07bf012400b7b3c)) --- 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 b821b77..a5dec48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.2](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.1...v1.0.2) (2024-03-25) + +### Documentation + +- fix action inputs using `steps` ([e5fe81c](https://github.com/vidavidorra/github-action-app-user/commit/e5fe81c8994aa7142220fee2f07bf012400b7b3c)) + ## [1.0.1](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.0...v1.0.1) (2024-03-25) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 5d94884..21efd16 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-app-user", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-action-app-user", - "version": "1.0.1", + "version": "1.0.2", "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index aa76b6b..f6cc441 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-app-user", - "version": "1.0.1", + "version": "1.0.2", "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",