A CLI for publishing standard.site documents to ATProto sequoia.pub
standard site lexicon cli publishing

chore: release 0.3.3

authored by stevedylan.dev and committed by tangled.org aa3a3938 54f62620

+13 -3
+11 -1
CHANGELOG.md
··· 1 - ## [0.3.2] - 2026-02-04 1 + ## [0.3.3.] - 2026-02-04 2 + 3 + ### ⚙️ Miscellaneous Tasks 4 + 5 + - Cleaned up remaining auth implementations 6 + - Format 7 + 8 + ## [0.3.2] - 2026-02-05 2 9 3 10 ### 🐛 Bug Fixes 4 11 5 12 - Fixed issue with auth selection in init command 6 13 14 + ### ⚙️ Miscellaneous Tasks 15 + 16 + - Release 0.3.2 7 17 ## [0.3.1] - 2026-02-04 8 18 9 19 ### 🐛 Bug Fixes
+1 -1
packages/cli/package.json
··· 1 1 { 2 2 "name": "sequoia-cli", 3 - "version": "0.3.2", 3 + "version": "0.3.3", 4 4 "type": "module", 5 5 "bin": { 6 6 "sequoia": "dist/index.js"
+1 -1
packages/cli/src/index.ts
··· 35 35 36 36 > https://tangled.org/stevedylan.dev/sequoia 37 37 `, 38 - version: "0.3.2", 38 + version: "0.3.3", 39 39 cmds: { 40 40 auth: authCommand, 41 41 init: initCommand,