diff --git a/CHANGELOG.md b/CHANGELOG.md index 907bde4..3cb3b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.1.10](https://github.com/vidavidorra/.github/compare/v4.1.9...v4.1.10) (2024-03-01) + +### Bug Fixes + +- **deps:** update codecov/codecov-action action to v4.1.0 ([539fe81](https://github.com/vidavidorra/.github/commit/539fe81ebcac691e23c2c945946b70c02bcef9d5)) + ## [4.1.9](https://github.com/vidavidorra/.github/compare/v4.1.8...v4.1.9) (2024-02-27) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 8e2bb27..a294a1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vidavidorra/.github", - "version": "4.1.9", + "version": "4.1.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vidavidorra/.github", - "version": "4.1.9", + "version": "4.1.10", "license": "GPL-3.0-or-later", "devDependencies": { "@commitlint/cli": "18.6.1", diff --git a/package.json b/package.json index 3ddf4bd..5890598 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vidavidorra/.github", - "version": "4.1.9", + "version": "4.1.10", "private": true, "description": "Default community files used in all of the vidavidorra organisation's projects", "homepage": "https://github.com/vidavidorra/.github#readme",