From 1c93b21579e38fc16efaccbc524275e0e1c82867 Mon Sep 17 00:00:00 2001 From: "vidavidorra-release[bot]" <91046946+vidavidorra-release[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 06:38:53 +0000 Subject: [PATCH] chore(release): 1.0.6 [skip ci] ## [1.0.6](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.5...v1.0.6) (2024-04-25) ### Bug Fixes * **deps:** update dependency zod to v3.23.0 ([#3](https://github.com/vidavidorra/github-action-app-user/issues/3)) ([9d45765](https://github.com/vidavidorra/github-action-app-user/commit/9d45765732d493345c680b5d1093e8835018da8a)) --- 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 fe58386..b1e08c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.6](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.5...v1.0.6) (2024-04-25) + +### Bug Fixes + +- **deps:** update dependency zod to v3.23.0 ([#3](https://github.com/vidavidorra/github-action-app-user/issues/3)) ([9d45765](https://github.com/vidavidorra/github-action-app-user/commit/9d45765732d493345c680b5d1093e8835018da8a)) + ## [1.0.5](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.4...v1.0.5) (2024-04-22) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index d32bccf..4f5009a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-app-user", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-action-app-user", - "version": "1.0.5", + "version": "1.0.6", "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "1.10.1", diff --git a/package.json b/package.json index 2e40113..4dbc507 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-app-user", - "version": "1.0.5", + "version": "1.0.6", "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",