From 80cca7e124356eeb894efc83afa10af94fbc61cb Mon Sep 17 00:00:00 2001 From: "aetherpak-action-bot[bot]" <287672503+aetherpak-action-bot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 13:01:07 +0000 Subject: [PATCH] chore(main): release 0.31.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 716d004..8e3d955 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.30.0" + ".": "0.31.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 343b268..c7c7144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.31.0](https://github.com/aetherpak/cli/compare/v0.30.0...v0.31.0) (2026-06-12) + + +### Features + +* **builder:** use --reinstall for build --install ([a37e150](https://github.com/aetherpak/cli/commit/a37e1505ba6bb72c1f171b716b4ae480bcbb60ee)) + ## [0.30.0](https://github.com/aetherpak/cli/compare/v0.29.0...v0.30.0) (2026-06-11)