diff --git a/CHANGELOG.md b/CHANGELOG.md index 26a8a33..dc1a277 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.14](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.13...v1.0.14) (2024-12-13) + +### Bug Fixes + +- **deps:** update dependency zod to v3.24.0 ([78609ad](https://github.com/vidavidorra/github-action-app-user/commit/78609ade46164aaa5d28205543e6989273dac81c)) + ## [1.0.13](https://github.com/vidavidorra/github-action-app-user/compare/v1.0.12...v1.0.13) (2024-11-04) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index ce0bbea..a0f4c54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "github-action-app-user", - "version": "1.0.13", + "version": "1.0.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "github-action-app-user", - "version": "1.0.13", + "version": "1.0.14", "license": "GPL-3.0-or-later", "dependencies": { "@actions/core": "1.11.1", diff --git a/package.json b/package.json index d6fa42f..2251b92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-app-user", - "version": "1.0.13", + "version": "1.0.14", "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",