From 7999983db23f58f0f162643460a7c11cea03119f Mon Sep 17 00:00:00 2001 From: Satchmo <456719+rohenaz@users.noreply.github.com> Date: Fri, 4 Sep 2026 15:48:59 -0400 Subject: [PATCH] Release v0.0.17 --- CHANGELOG.md | 8 ++++++++ packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a28018c..698f7dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,14 @@ and do not present the current 1Sat wallet-storage server as a compatible BitPlan fallback. +## 0.0.17 — 2026-09-04 + +### Fixed + +- Keep a hosted plan's reader key in the browser URL when the plan moves to + the chain, so the same link still opens without a wallet. +- Make `bitplan fetch --version ` fetch the requested plan version. + ## 0.0.16 — 2026-09-04 ### Added diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 19e8214..fc44759 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.0.17 + +### Fixed + +- `bitplan fetch --version ` now fetches the requested plan version + instead of printing the CLI version and exiting. + ## 0.0.15 ### Added diff --git a/packages/cli/package.json b/packages/cli/package.json index 4884a8e..85632a0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "bitplan", - "version": "0.0.16", + "version": "0.0.17", "description": "Create encrypted hosted plans and publish them as 1Sat Ordinals.", "license": "MIT", "homepage": "https://bitplan.dev",