diff --git a/CHANGELOG.md b/CHANGELOG.md index 553b119..eea8a32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.2.36](https://github.com/vidavidorra/.github/compare/v4.2.35...v4.2.36) (2024-09-07) + +### Bug Fixes + +- **deps:** update wagoid/commitlint-github-action action to v6.1.2 ([607368f](https://github.com/vidavidorra/.github/commit/607368f302b749fae1932da31100e0eea30eda2a)) + ## [4.2.35](https://github.com/vidavidorra/.github/compare/v4.2.34...v4.2.35) (2024-09-07) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index c5ac8aa..4c4fb48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vidavidorra/.github", - "version": "4.2.35", + "version": "4.2.36", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vidavidorra/.github", - "version": "4.2.35", + "version": "4.2.36", "license": "GPL-3.0-or-later", "devDependencies": { "@commitlint/cli": "19.4.1", diff --git a/package.json b/package.json index 145b78e..c3f8b68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vidavidorra/.github", - "version": "4.2.35", + "version": "4.2.36", "private": true, "description": "Default community files used in all of the vidavidorra organisation's projects", "homepage": "https://github.com/vidavidorra/.github#readme",