chore: release 0.3.3 aa3a3938
Steve · 2026-02-04 22:53 3 file(s) · +13 −3
CHANGELOG.md +11 −1
1 -
## [0.3.2] - 2026-02-04
1 +
## [0.3.3.] - 2026-02-04
2 +
3 +
### ⚙️ Miscellaneous Tasks
4 +
5 +
- Cleaned up remaining auth implementations
6 +
- Format
7 +
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 +
### ⚙️ Miscellaneous Tasks
15 +
16 +
- Release 0.3.2
7 17
## [0.3.1] - 2026-02-04
8 18
9 19
### 🐛 Bug Fixes
packages/cli/package.json +1 −1
1 1
{
2 2
	"name": "sequoia-cli",
3 -
	"version": "0.3.2",
3 +
	"version": "0.3.3",
4 4
	"type": "module",
5 5
	"bin": {
6 6
		"sequoia": "dist/index.js"
packages/cli/src/index.ts +1 −1
35 35
36 36
> https://tangled.org/stevedylan.dev/sequoia
37 37
	`,
38 -
	version: "0.3.2",
38 +
	version: "0.3.3",
39 39
	cmds: {
40 40
		auth: authCommand,
41 41
		init: initCommand,