diff --git a/CHANGELOG.md b/CHANGELOG.md index de3aac6..1d62ec7 100644 --- 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 index 0961b7f..a378b53 100644 --- 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 index 0d6a1fb..d81991d 100755 --- a/packages/cli/src/index.ts +++ b/packages/cli/src/index.ts @@ -35,7 +35,7 @@ Publish evergreen content to the ATmosphere > https://tangled.org/stevedylan.dev/sequoia `, - version: "0.3.2", + version: "0.3.3", cmds: { auth: authCommand, init: initCommand,