From 75ebe745c7a9b53b1ff9374ecbf3e5a0ef4b1e65 Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 13 Apr 2026 19:39:34 -0400 Subject: [PATCH] chore: release 0.5.4 --- packages/cli/package.json | 2 +- packages/cli/src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 490a88c..a44ed7b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "sequoia-cli", - "version": "0.5.3", + "version": "0.5.4", "type": "module", "bin": { "sequoia": "dist/index.js" diff --git a/packages/cli/src/index.ts b/packages/cli/src/index.ts index 6fe4324..23082d2 100755 --- a/packages/cli/src/index.ts +++ b/packages/cli/src/index.ts @@ -36,7 +36,7 @@ Publish evergreen content to the ATmosphere > https://tangled.org/stevedylan.dev/sequoia `, - version: "0.5.3", + version: "0.5.4", cmds: { add: addCommand, auth: authCommand, -- 2.51.2