From 3c751c52aee30e4809ffbe4dec4ea6c4d53f4afc Mon Sep 17 00:00:00 2001 From: "vidavidorra-release[bot]" <91046946+vidavidorra-release[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:47:55 +0000 Subject: [PATCH] chore(release): 5.0.13 [skip ci] ## [5.0.13](https://github.com/vidavidorra/.github/compare/v5.0.12...v5.0.13) (2024-12-23) ### Bug Fixes * **deps:** update actions/create-github-app-token action to v1.11.1 ([19b8a3c](https://github.com/vidavidorra/.github/commit/19b8a3c41ee0c45bec2db83722e17853e9fdd925)) --- 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 16b9a51..3f4c9a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [5.0.13](https://github.com/vidavidorra/.github/compare/v5.0.12...v5.0.13) (2024-12-23) + +### Bug Fixes + +- **deps:** update actions/create-github-app-token action to v1.11.1 ([19b8a3c](https://github.com/vidavidorra/.github/commit/19b8a3c41ee0c45bec2db83722e17853e9fdd925)) + ## [5.0.12](https://github.com/vidavidorra/.github/compare/v5.0.11...v5.0.12) (2024-12-22) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 3f7bc01..3ddbdfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vidavidorra/.github", - "version": "5.0.12", + "version": "5.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vidavidorra/.github", - "version": "5.0.12", + "version": "5.0.13", "license": "GPL-3.0-or-later", "devDependencies": { "@commitlint/cli": "19.6.1", diff --git a/package.json b/package.json index 2934984..967887a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vidavidorra/.github", - "version": "5.0.12", + "version": "5.0.13", "private": true, "description": "Default community files used in all of the vidavidorra organisation's projects", "homepage": "https://github.com/vidavidorra/.github#readme",