From b4a180b3266d7197437bcc0c8a5fed2a201a58d4 Mon Sep 17 00:00:00 2001 From: "vidavidorra-release[bot]" <91046946+vidavidorra-release[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:30:13 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [5.0.0](https://github.com/vidavidorra/.github/compare/v4.2.43...v5.0.0) (2024-10-29) ### ⚠ BREAKING CHANGES * default workflows to Node.js 22, which entered active LTS as of today, 29 October 2024. ### Features * default workflows to Node.js 22 ([#136](https://github.com/vidavidorra/.github/issues/136)) ([adef0c0](https://github.com/vidavidorra/.github/commit/adef0c0f759818d3326bb91310f8a7e3a1fba6c4)) --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c1b95..1d1565d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [5.0.0](https://github.com/vidavidorra/.github/compare/v4.2.43...v5.0.0) (2024-10-29) + +### ⚠ BREAKING CHANGES + +- default workflows to Node.js 22, which entered active LTS as of today, 29 October 2024. + +### Features + +- default workflows to Node.js 22 ([#136](https://github.com/vidavidorra/.github/issues/136)) ([adef0c0](https://github.com/vidavidorra/.github/commit/adef0c0f759818d3326bb91310f8a7e3a1fba6c4)) + ## [4.2.43](https://github.com/vidavidorra/.github/compare/v4.2.42...v4.2.43) (2024-10-27) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 6201970..0da5e0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vidavidorra/.github", - "version": "4.2.43", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vidavidorra/.github", - "version": "4.2.43", + "version": "5.0.0", "license": "GPL-3.0-or-later", "devDependencies": { "@commitlint/cli": "19.5.0", diff --git a/package.json b/package.json index 82ad870..ddc22b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vidavidorra/.github", - "version": "4.2.43", + "version": "5.0.0", "private": true, "description": "Default community files used in all of the vidavidorra organisation's projects", "homepage": "https://github.com/vidavidorra/.github#readme",