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",