diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d68570..0530238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.1.5](https://github.com/vidavidorra/.github/compare/v4.1.4...v4.1.5) (2024-02-02) + +### Bug Fixes + +- **deps:** update codecov/codecov-action action to v3.1.6 ([2dfd77b](https://github.com/vidavidorra/.github/commit/2dfd77bab271fea51c76c6ca1f6976d7571c7f48)) + ## [4.1.4](https://github.com/vidavidorra/.github/compare/v4.1.3...v4.1.4) (2024-01-29) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 4a716aa..78c26ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vidavidorra/.github", - "version": "4.1.4", + "version": "4.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vidavidorra/.github", - "version": "4.1.4", + "version": "4.1.5", "license": "GPL-3.0-or-later", "devDependencies": { "@commitlint/cli": "18.6.0", diff --git a/package.json b/package.json index f372de7..c3268ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vidavidorra/.github", - "version": "4.1.4", + "version": "4.1.5", "private": true, "description": "Default community files used in all of the vidavidorra organisation's projects", "homepage": "https://github.com/vidavidorra/.github#readme",