diff --git a/CHANGELOG.md b/CHANGELOG.md index e690f72..8adbf21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [4.2.9](https://github.com/vidavidorra/.github/compare/v4.2.8...v4.2.9) (2024-04-07) + +### Bug Fixes + +- **deps:** update codecov/codecov-action action to v4.2.0 ([f9e097f](https://github.com/vidavidorra/.github/commit/f9e097fff8d1d2221ceb13240524f04403de28f2)) + ## [4.2.8](https://github.com/vidavidorra/.github/compare/v4.2.7...v4.2.8) (2024-04-04) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 1f47114..9800f6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@vidavidorra/.github", - "version": "4.2.8", + "version": "4.2.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@vidavidorra/.github", - "version": "4.2.8", + "version": "4.2.9", "license": "GPL-3.0-or-later", "devDependencies": { "@commitlint/cli": "19.2.1", diff --git a/package.json b/package.json index 103c35b..f724112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vidavidorra/.github", - "version": "4.2.8", + "version": "4.2.9", "private": true, "description": "Default community files used in all of the vidavidorra organisation's projects", "homepage": "https://github.com/vidavidorra/.github#readme",