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

Release v0.3.0 #11

merged opened by stevedylan.dev targeting main from release-v0.3.0

[0.3.0] - 2026-02-03#

๐Ÿš€ Features#

  • Initial oauth implementation
  • Add stripDatePrefix option for Jekyll-style filenames
  • Add update command

โš™๏ธ Miscellaneous Tasks#

  • Update changelog
  • Added workflows
  • Updated workflows
  • Updated workflows
  • Cleaned up types
  • Updated icon styles
  • Updated og image
  • Updated docs
  • Docs updates
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:ia2zdnhjaokf5lazhxrmj6eu/sh.tangled.repo.pull/3mdyow4i7zj22
+22 -2
Diff #0
+20
CHANGELOG.md
··· 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 + 1 21 ## [0.2.1] - 2026-02-02 2 22 3 23 ### โš™๏ธ Miscellaneous Tasks
+1 -1
packages/cli/package.json
··· 1 1 { 2 2 "name": "sequoia-cli", 3 - "version": "0.2.1", 3 + "version": "0.3.0", 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.2.1", 38 + version: "0.3.0", 39 39 cmds: { 40 40 auth: authCommand, 41 41 init: initCommand,

History

1 round 0 comments
sign up or login to add to the discussion
stevedylan.dev submitted #0
1 commit
expand
chore: bumped version
1/1 success
expand
expand 0 comments
pull request successfully merged