From fa612b7578d317d542326c0220dd645a0c7609e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:01:22 +0000 Subject: [PATCH] chore(main): release 2.8.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 6ed9c80..7a56472 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.0" + ".": "2.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5e6f1..ee631a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.8.0](https://github.com/OneLiteFeatherNET/workflows/compare/v2.7.0...v2.8.0) (2026-08-10) + + +### Features + +* **resourcepack:** publish SHA-1 and a JSON manifest alongside SHA256 ([#27](https://github.com/OneLiteFeatherNET/workflows/issues/27)) ([01215ee](https://github.com/OneLiteFeatherNET/workflows/commit/01215eeaa1c061b09e2f5991a627681a4cea8b66)) + ## [2.7.0](https://github.com/OneLiteFeatherNET/workflows/compare/v2.6.0...v2.7.0) (2026-08-10)