From a32254e0e92f45cc40395ef47789f40430512d22 Mon Sep 17 00:00:00 2001 From: "vidavidorra-release[bot]" <91046946+vidavidorra-release[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 06:02:40 +0000 Subject: [PATCH] chore(release): 4.2.35 [skip ci] ## [4.2.35](https://github.com/vidavidorra/.github/compare/v4.2.34...v4.2.35) (2024-09-07) ### Bug Fixes * **deps:** update actions/create-github-app-token action to v1.10.4 ([a75d8a9](https://github.com/vidavidorra/.github/commit/a75d8a94bc645214246b41f40b0d130af1a0f2ee)) --- 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 d700909..553b119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.2.35](https://github.com/vidavidorra/.github/compare/v4.2.34...v4.2.35) (2024-09-07) + +### Bug Fixes + +- **deps:** update actions/create-github-app-token action to v1.10.4 ([a75d8a9](https://github.com/vidavidorra/.github/commit/a75d8a94bc645214246b41f40b0d130af1a0f2ee)) + ## [4.2.34](https://github.com/vidavidorra/.github/compare/v4.2.33...v4.2.34) (2024-08-24) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 30c3d14..c5ac8aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vidavidorra/.github", - "version": "4.2.34", + "version": "4.2.35", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vidavidorra/.github", - "version": "4.2.34", + "version": "4.2.35", "license": "GPL-3.0-or-later", "devDependencies": { "@commitlint/cli": "19.4.1", diff --git a/package.json b/package.json index cfad7cb..145b78e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vidavidorra/.github", - "version": "4.2.34", + "version": "4.2.35", "private": true, "description": "Default community files used in all of the vidavidorra organisation's projects", "homepage": "https://github.com/vidavidorra/.github#readme",