From ff9f6baf010f299c6ff058efb7fcb3936d8e8ce9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 14:35:06 +0000 Subject: [PATCH] chore(main): release 2.5.0 --- .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 a549f59..78baf5b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6821549..b10333b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.5.0](https://github.com/OneLiteFeatherNET/workflows/compare/v2.4.0...v2.5.0) (2026-08-04) + + +### Features + +* expose release-please outputs to calling workflows ([#21](https://github.com/OneLiteFeatherNET/workflows/issues/21)) ([339e8a1](https://github.com/OneLiteFeatherNET/workflows/commit/339e8a121935c89fbb796d537482d15c46215ef1)) + ## [2.4.0](https://github.com/OneLiteFeatherNET/workflows/compare/v2.3.0...v2.4.0) (2026-07-08)