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

chore: bumped version

authored by stevedylan.dev and committed by tangled.org 64d3fa00 61409340

+22 -2
+20
CHANGELOG.md
··· 1 ## [0.2.1] - 2026-02-02 2 3 ### ⚙️ Miscellaneous Tasks
··· 1 + ## [0.3.0] - 2026-02-03 2 + 3 + ### 🚀 Features 4 + 5 + - Initial oauth implementation 6 + - Add stripDatePrefix option for Jekyll-style filenames 7 + - Add `update` command 8 + 9 + ### ⚙️ Miscellaneous Tasks 10 + 11 + - Update changelog 12 + - Added workflows 13 + - Updated workflows 14 + - Updated workflows 15 + - Cleaned up types 16 + - Updated icon styles 17 + - Updated og image 18 + - Updated docs 19 + - Docs updates 20 + 21 ## [0.2.1] - 2026-02-02 22 23 ### ⚙️ Miscellaneous Tasks
+1 -1
packages/cli/package.json
··· 1 { 2 "name": "sequoia-cli", 3 - "version": "0.2.1", 4 "type": "module", 5 "bin": { 6 "sequoia": "dist/index.js"
··· 1 { 2 "name": "sequoia-cli", 3 + "version": "0.3.0", 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.2.1", 39 cmds: { 40 auth: authCommand, 41 init: initCommand,
··· 35 36 > https://tangled.org/stevedylan.dev/sequoia 37 `, 38 + version: "0.3.0", 39 cmds: { 40 auth: authCommand, 41 init: initCommand,