chore: release v0.5.7 17e2a178
Steve · 2026-05-30 16:20 2 file(s) · +2 −2
packages/cli/package.json +1 −1
1 1
{
2 2
	"name": "sequoia-cli",
3 -
	"version": "0.5.6",
3 +
	"version": "0.5.7",
4 4
	"type": "module",
5 5
	"bin": {
6 6
		"sequoia": "dist/index.js"
packages/cli/src/index.ts +1 −1
36 36
37 37
> https://tangled.org/stevedylan.dev/sequoia
38 38
	`,
39 -
	version: "0.5.6",
39 +
	version: "0.5.7",
40 40
	cmds: {
41 41
		add: addCommand,
42 42
		auth: authCommand,