From b5b7cbee2388c8463e61a13173ad60bab1aa77ba Mon Sep 17 00:00:00 2001 From: Karen Sheng Date: Tue, 22 Sep 2026 12:40:24 -0700 Subject: [PATCH] chore(release): v0.17.6 Circle CLI floor 1.1.1 -> 1.1.4 (#198): Circle's wallet-operations backend rejects 1.1.2/1.1.3, so selat init/doctor now catch and upgrade stale installs at the real floor instead of failing mid-read. Co-Authored-By: Claude Sonnet 5 --- bin/selat.mjs | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/selat.mjs b/bin/selat.mjs index e2bcf99..e01ea2f 100755 --- a/bin/selat.mjs +++ b/bin/selat.mjs @@ -70,7 +70,7 @@ ${fmt.bold("Examples:")} selat refund query selatx… --chain base `; -const VERSION = "0.17.5"; +const VERSION = "0.17.6"; async function main(argv) { const [, , cmd, ...rest] = argv; diff --git a/package-lock.json b/package-lock.json index c0136f6..4daa8a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@selat-ai/selat-cli", - "version": "0.17.5", + "version": "0.17.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@selat-ai/selat-cli", - "version": "0.17.5", + "version": "0.17.6", "license": "Apache-2.0", "dependencies": { "@selat-ai/selat-discovery": "^0.26.1", diff --git a/package.json b/package.json index 45072c2..d3da21b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@selat-ai/selat-cli", - "version": "0.17.5", + "version": "0.17.6", "description": "Setup helper and runner for SELAT agent payments. Bundles the selat-discovery skill and selat-pay as dependencies; checks Circle CLI and config separately.", "type": "module", "bin": {