From 18773a4fcc4e094f767913816f834d02aa3173bb Mon Sep 17 00:00:00 2001 From: humble-little-bear Date: Mon, 17 Aug 2026 04:24:29 +0000 Subject: [PATCH] chore: version packages for 0.4.13 release --- .changeset/balance-commander-errors.md | 8 -------- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/balance-commander-errors.md diff --git a/.changeset/balance-commander-errors.md b/.changeset/balance-commander-errors.md deleted file mode 100644 index b410dd8..0000000 --- a/.changeset/balance-commander-errors.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@offckb/cli': patch ---- - -Fix two CLI UX bugs reported in #498: - -- `offckb balance` without an address no longer leaks the SDK's `Unknown address format undefined`. The address argument is now required, so commander prints a clear `error: missing required argument 'toAddress'`. -- Commander parameter/option errors (unknown option, invalid option value, missing argument) are printed exactly once on stderr instead of twice. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2843c1b..62d607f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @offckb/cli +## 0.4.13 + +### Patch Changes + +- 0923956: Fix two CLI UX bugs reported in #498: + + - `offckb balance` without an address no longer leaks the SDK's `Unknown address format undefined`. The address argument is now required, so commander prints a clear `error: missing required argument 'toAddress'`. + - Commander parameter/option errors (unknown option, invalid option value, missing argument) are printed exactly once on stderr instead of twice. + ## 0.4.12 ### Patch Changes diff --git a/package.json b/package.json index e324a20..91c6adf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@offckb/cli", - "version": "0.4.12", + "version": "0.4.13", "description": "ckb development network for your first try", "author": "CKB EcoFund", "license": "MIT",