From 7158f63f95441a2029d5af5259d9eb80a2303685 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 07:37:00 +0000 Subject: [PATCH] chore(main): release 6.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ace915..0f6aa44 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.1.0" + ".": "6.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 732fb3e..7b58421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.1.1](https://github.com/dvsa/.github/compare/v6.1.0...v6.1.1) (2026-08-19) + + +### Miscellaneous + +* bump surefire-report-summary action and test workflow to Node 24 ([#98](https://github.com/dvsa/.github/issues/98)) ([a226fa5](https://github.com/dvsa/.github/commit/a226fa52aa83be9007b7c068cd22bf3b81afc929)) + ## [6.1.0](https://github.com/dvsa/.github/compare/v6.0.0...v6.1.0) (2026-08-18)