From aa3a3938bdeaf357bef34c79246caf1cd86c5d9a Mon Sep 17 00:00:00 2001 From: Steve Date: Thu, 05 Feb 2026 03:53:34 +0000 Subject: [PATCH] chore: release 0.3.3 --- CHANGELOG.md | 12 +++++++++++- packages/cli/package.json | 2 +- packages/cli/src/index.ts | 2 +- 3 file(s) changed, 13 insertion(s)(+), 3 deletion(s)(-) diff --git a/CHANGELOG.md b/CHANGELOG.md --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,19 @@ -## [0.3.2] - 2026-02-04 +## [0.3.3.] - 2026-02-04 + +### ⚙️ Miscellaneous Tasks + +- Cleaned up remaining auth implementations +- Format + +## [0.3.2] - 2026-02-05 ### 🐛 Bug Fixes - Fixed issue with auth selection in init command +### ⚙️ Miscellaneous Tasks + +- Release 0.3.2 ## [0.3.1] - 2026-02-04 ### 🐛 Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "sequoia-cli", - "version": "0.3.2", + "version": "0.3.3", "type": "module", "bin": { "sequoia": "dist/index.js" diff --git a/packages/cli/src/index.ts b/packages/cli/src/index.ts --- a/packages/cli/src/index.ts +++ b/packages/cli/src/index.ts @@ -35,7 +35,7 @@ > https://tangled.org/stevedylan.dev/sequoia `, - version: "0.3.2", + version: "0.3.3", cmds: { auth: authCommand, init: initCommand, -- tangled.sh