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.4.0
stevedylan.dev
1 month ago
688c606d
a1b46adf
1/1
lint.yml
success
3s
+19
-3
2 changed files
expand all
collapse all
unified
split
CHANGELOG.md
packages
cli
package.json
+18
-2
CHANGELOG.md
reviewed
···
1
1
-
## [0.3.3.] - 2026-02-04
1
1
+
## [0.4.0] - 2026-02-07
2
2
+
3
3
+
### 🚀 Features
4
4
+
5
5
+
- Initial ui components
6
6
+
7
7
+
### ⚙️ Miscellaneous Tasks
8
8
+
9
9
+
- Small updates
10
10
+
- Refactored package into existing cli
11
11
+
- Tested comments in docs
12
12
+
- Updated thread style and added test.html
13
13
+
- Update docs
14
14
+
- Updated comments
15
15
+
- Lint
16
16
+
17
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
7
-
23
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
reviewed
···
1
1
{
2
2
"name": "sequoia-cli",
3
3
-
"version": "0.3.3",
3
3
+
"version": "0.4.0",
4
4
"type": "module",
5
5
"bin": {
6
6
"sequoia": "dist/index.js"