From 9992b911ac5414bc34d0ae9033c6a7b8bd7a7ab1 Mon Sep 17 00:00:00 2001 From: "vidavidorra-release[bot]" <91046946+vidavidorra-release[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 23:02:17 +0000 Subject: [PATCH] chore(release): 1.0.12 [skip ci] ## [1.0.12](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.11...v1.0.12) (2024-05-11) ### Bug Fixes * **deps:** update dependency zod to v3.23.8 ([f350d4e](https://github.com/vidavidorra/github-action-app-user/commit/f350d4e056beb1f925ae67090a2980d905f1b160)) --- 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 88d5633..fdc1a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.12](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.11...v1.0.12) (2024-05-11) + +### Bug Fixes + +- **deps:** update dependency zod to v3.23.8 ([f350d4e](https://github.com/vidavidorra/github-action-app-user/commit/f350d4e056beb1f925ae67090a2980d905f1b160)) + ## [1.0.11](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.10...v1.0.11) (2024-05-11) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 7d70871..d937e75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-app-user", - "version": "1.0.11", + "version": "1.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-action-app-user", - "version": "1.0.11", + "version": "1.0.12", "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index b76096f..184674c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-app-user", - "version": "1.0.11", + "version": "1.0.12", "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",