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 2 3 ### ๐Ÿ› Bug Fixes 4 5 - Fixed issue with auth selection in init command 6 7 ## [0.3.1] - 2026-02-04 8 9 ### ๐Ÿ› Bug Fixes
··· 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 9 10 ### ๐Ÿ› Bug Fixes 11 12 - Fixed issue with auth selection in init command 13 14 + ### โš™๏ธ Miscellaneous Tasks 15 + 16 + - Release 0.3.2 17 ## [0.3.1] - 2026-02-04 18 19 ### ๐Ÿ› Bug Fixes
+1 -1
packages/cli/package.json
··· 1 { 2 "name": "sequoia-cli", 3 - "version": "0.3.2", 4 "type": "module", 5 "bin": { 6 "sequoia": "dist/index.js"
··· 1 { 2 "name": "sequoia-cli", 3 + "version": "0.3.3", 4 "type": "module", 5 "bin": { 6 "sequoia": "dist/index.js"
+1 -1
packages/cli/src/index.ts
··· 35 36 > https://tangled.org/stevedylan.dev/sequoia 37 `, 38 - version: "0.3.2", 39 cmds: { 40 auth: authCommand, 41 init: initCommand,
··· 35 36 > https://tangled.org/stevedylan.dev/sequoia 37 `, 38 + version: "0.3.3", 39 cmds: { 40 auth: authCommand, 41 init: initCommand,