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",