A CLI for publishing standard.site documents to ATProto

chore: release 0.4.0

authored by stevedylan.dev and committed by tangled.org 43c6edbb a1b46adf

+19 -3
+18 -2
CHANGELOG.md
··· 1 - ## [0.3.3.] - 2026-02-04 1 + ## [0.4.0] - 2026-02-07 2 + 3 + ### 🚀 Features 4 + 5 + - Initial ui components 6 + 7 + ### ⚙️ Miscellaneous Tasks 8 + 9 + - Small updates 10 + - Refactored package into existing cli 11 + - Tested comments in docs 12 + - Updated thread style and added test.html 13 + - Update docs 14 + - Updated comments 15 + - Lint 16 + 17 + ## [0.3.3] - 2026-02-05 2 18 3 19 ### ⚙️ Miscellaneous Tasks 4 20 5 21 - Cleaned up remaining auth implementations 6 22 - Format 7 - 23 + - Release 0.3.3 8 24 ## [0.3.2] - 2026-02-05 9 25 10 26 ### 🐛 Bug Fixes
+1 -1
packages/cli/package.json
··· 1 1 { 2 2 "name": "sequoia-cli", 3 - "version": "0.3.3", 3 + "version": "0.4.0", 4 4 "type": "module", 5 5 "bin": { 6 6 "sequoia": "dist/index.js"