From a4781dbf1c5103c54bd04583cdb13b690e883aa8 Mon Sep 17 00:00:00 2001 From: "vidavidorra-release[bot]" <91046946+vidavidorra-release[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 22:30:57 +0000 Subject: [PATCH] chore(release): 1.0.8 [skip ci] ## [1.0.8](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.7...v1.0.8) (2024-04-26) ### Bug Fixes * **deps:** update dependency zod to v3.23.4 ([b1832fb](https://github.com/vidavidorra/github-action-app-user/commit/b1832fb764a8322d1dbefbcb556069c16bbbd01f)) --- 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 119bfa7..8b063dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.8](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.7...v1.0.8) (2024-04-26) + +### Bug Fixes + +- **deps:** update dependency zod to v3.23.4 ([b1832fb](https://github.com/vidavidorra/github-action-app-user/commit/b1832fb764a8322d1dbefbcb556069c16bbbd01f)) + ## [1.0.7](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.6...v1.0.7) (2024-04-26) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index e30081e..00d28b4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-app-user", - "version": "1.0.7", + "version": "1.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-action-app-user", - "version": "1.0.7", + "version": "1.0.8", "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index 9766037..38f53e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-app-user", - "version": "1.0.7", + "version": "1.0.8", "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",