From f65aadabc68c71031f1f9c5bbe0972f8d1b516e8 Mon Sep 17 00:00:00 2001 From: Dimitri Kennedy Date: Thu, 26 Mar 2026 13:07:51 -0400 Subject: [PATCH] chore(main): release 0.1.6 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 18e45d5..0f24e47 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.5" + ".": "0.1.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a1bfe8e..3b24d5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.6](https://github.com/hack-dance/stack/compare/v0.1.5...v0.1.6) (2026-03-26) + + +### Bug Fixes + +* make submit and repair guidance actionable ([00e3fde](https://github.com/hack-dance/stack/commit/00e3fdecf3da1effa7005dd9af5dd90c4684d722)) +* make submit and repair guidance actionable ([64ac372](https://github.com/hack-dance/stack/commit/64ac372eb984c92413b8d83e84b47a8503df2479)) + ## [0.1.5](https://github.com/hack-dance/stack/compare/v0.1.4...v0.1.5) (2026-03-26)