From 7cd4f4d19cc7284126756cf706e1521e3018926a Mon Sep 17 00:00:00 2001 From: "vidavidorra-release[bot]" <91046946+vidavidorra-release[bot]@users.noreply.github.com> Date: Sat, 10 Feb 2024 10:00:08 +0000 Subject: [PATCH] chore(release): 4.1.7 [skip ci] ## [4.1.7](https://github.com/vidavidorra/.github/compare/v4.1.6...v4.1.7) (2024-02-10) ### Bug Fixes * **deps:** update actions/setup-node action to v4.0.2 ([5ac937e](https://github.com/vidavidorra/.github/commit/5ac937e0875b61a208b729c9d9a2f15ab421e4f1)) --- 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 6a4df07..06b5b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.1.7](https://github.com/vidavidorra/.github/compare/v4.1.6...v4.1.7) (2024-02-10) + +### Bug Fixes + +- **deps:** update actions/setup-node action to v4.0.2 ([5ac937e](https://github.com/vidavidorra/.github/commit/5ac937e0875b61a208b729c9d9a2f15ab421e4f1)) + ## [4.1.6](https://github.com/vidavidorra/.github/compare/v4.1.5...v4.1.6) (2024-02-05) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 8935ae2..24e3e09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vidavidorra/.github", - "version": "4.1.6", + "version": "4.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vidavidorra/.github", - "version": "4.1.6", + "version": "4.1.7", "license": "GPL-3.0-or-later", "devDependencies": { "@commitlint/cli": "18.6.0", diff --git a/package.json b/package.json index 0c9a121..2f0dd21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vidavidorra/.github", - "version": "4.1.6", + "version": "4.1.7", "private": true, "description": "Default community files used in all of the vidavidorra organisation's projects", "homepage": "https://github.com/vidavidorra/.github#readme",