From 182f049dcc261beb1b0dc1424dc7ba96e2bad6cb Mon Sep 17 00:00:00 2001 From: "vidavidorra-release[bot]" <91046946+vidavidorra-release[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 04:47:07 +0000 Subject: [PATCH] chore(release): 1.0.10 [skip ci] ## [1.0.10](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.9...v1.0.10) (2024-05-06) ### Bug Fixes * **deps:** update dependency zod to v3.23.6 ([335604f](https://github.com/vidavidorra/github-action-app-user/commit/335604fd676acb03d8d6372aff4aaf8cee7e1c62)) --- 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 146abde..b7c6c75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.10](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.9...v1.0.10) (2024-05-06) + +### Bug Fixes + +- **deps:** update dependency zod to v3.23.6 ([335604f](https://github.com/vidavidorra/github-action-app-user/commit/335604fd676acb03d8d6372aff4aaf8cee7e1c62)) + ## [1.0.9](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.8...v1.0.9) (2024-05-03) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index ed15236..86f39bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-app-user", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-action-app-user", - "version": "1.0.9", + "version": "1.0.10", "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index 244f890..2c722bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-app-user", - "version": "1.0.9", + "version": "1.0.10", "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",