tangled
alpha
login
or
join now
stevedylan.dev
/
sequoia
35
fork
atom
A CLI for publishing standard.site documents to ATProto
sequoia.pub
standard
site
lexicon
cli
publishing
35
fork
atom
overview
issues
5
pulls
1
pipelines
chore: release 0.3.3
stevedylan.dev
1 month ago
6098e7cb
54f62620
1/1
lint.yml
success
6w ago
+13
-3
3 changed files
expand all
collapse all
unified
split
CHANGELOG.md
packages
cli
package.json
src
index.ts
+11
-1
CHANGELOG.md
reviewed
···
1
1
-
## [0.3.2] - 2026-02-04
1
1
+
## [0.3.3.] - 2026-02-04
2
2
+
3
3
+
### ⚙️ Miscellaneous Tasks
4
4
+
5
5
+
- Cleaned up remaining auth implementations
6
6
+
- Format
7
7
+
8
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
14
+
### ⚙️ Miscellaneous Tasks
15
15
+
16
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
reviewed
···
1
1
{
2
2
"name": "sequoia-cli",
3
3
-
"version": "0.3.2",
3
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
reviewed
···
35
35
36
36
> https://tangled.org/stevedylan.dev/sequoia
37
37
`,
38
38
-
version: "0.3.2",
38
38
+
version: "0.3.3",
39
39
cmds: {
40
40
auth: authCommand,
41
41
init: initCommand,