From f888441e8f8ea6754b629116cf3a0e8ef4caecb2 Mon Sep 17 00:00:00 2001 From: "vidavidorra-release[bot]" <91046946+vidavidorra-release[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 06:45:17 +0000 Subject: [PATCH] chore(release): 1.0.15 [skip ci] ## [1.0.15](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.14...v1.0.15) (2024-12-14) ### Bug Fixes * **deps:** update dependency zod to v3.24.1 ([cb95406](https://github.com/vidavidorra/github-action-app-user/commit/cb9540613d0e96a1cd599f39172b26c834c83585)) --- 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 dc1a277..5ddb4a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.15](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.14...v1.0.15) (2024-12-14) + +### Bug Fixes + +- **deps:** update dependency zod to v3.24.1 ([cb95406](https://github.com/vidavidorra/github-action-app-user/commit/cb9540613d0e96a1cd599f39172b26c834c83585)) + ## [1.0.14](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.13...v1.0.14) (2024-12-13) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 67a746b..2a2f5b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-app-user", - "version": "1.0.14", + "version": "1.0.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-action-app-user", - "version": "1.0.14", + "version": "1.0.15", "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "1.11.1", diff --git a/package.json b/package.json index 5cef4d8..d74cf1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-app-user", - "version": "1.0.14", + "version": "1.0.15", "private": true, "description": "Get a GitHub App's email and username, from a GitHub Action", "homepage": "https://github.com/vidavidorra/github-action-app-user#readme",