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",