chore: bumped version 64d3fa00
Steve · 2026-02-03 20:09 3 file(s) · +22 −2
CHANGELOG.md +20 −0
1 +
## [0.3.0] - 2026-02-03
2 +
3 +
### 🚀 Features
4 +
5 +
- Initial oauth implementation
6 +
- Add stripDatePrefix option for Jekyll-style filenames
7 +
- Add `update` command
8 +
9 +
### ⚙️ Miscellaneous Tasks
10 +
11 +
- Update changelog
12 +
- Added workflows
13 +
- Updated workflows
14 +
- Updated workflows
15 +
- Cleaned up types
16 +
- Updated icon styles
17 +
- Updated og image
18 +
- Updated docs
19 +
- Docs updates
20 +
1 21
## [0.2.1] - 2026-02-02
2 22
3 23
### ⚙️ Miscellaneous Tasks
packages/cli/package.json +1 −1
1 1
{
2 2
	"name": "sequoia-cli",
3 -
	"version": "0.2.1",
3 +
	"version": "0.3.0",
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.2.1",
38 +
	version: "0.3.0",
39 39
	cmds: {
40 40
		auth: authCommand,
41 41
		init: initCommand,