chore: release 0.3.1 42d6f2ed
Steve · 2026-02-04 08:12 2 file(s) · +13 −3
CHANGELOG.md +12 −2
1 -
## [0.3.0] - 2026-02-03
1 +
## [0.3.1] - 2026-02-04
2 +
3 +
### 🐛 Bug Fixes
4 +
5 +
- Asset subdirectories
6 +
7 +
### ⚙️ Miscellaneous Tasks
8 +
9 +
- Updated authentication ux
10 +
11 +
## [0.3.0] - 2026-02-04
2 12
3 13
### 🚀 Features
4 14
17 27
- Updated og image
18 28
- Updated docs
19 29
- Docs updates
20 -
30 +
- Bumped version
21 31
## [0.2.1] - 2026-02-02
22 32
23 33
### ⚙️ Miscellaneous Tasks
packages/cli/src/index.ts +1 −1
35 35
36 36
> https://tangled.org/stevedylan.dev/sequoia
37 37
	`,
38 -
	version: "0.3.0",
38 +
	version: "0.3.1",
39 39
	cmds: {
40 40
		auth: authCommand,
41 41
		init: initCommand,