diff --git a/CHANGELOG.md b/CHANGELOG.md index 1edf8ef..361fd56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ -## [0.3.0] - 2026-02-03 +## [0.3.1] - 2026-02-04 + +### 🐛 Bug Fixes + +- Asset subdirectories + +### ⚙️ Miscellaneous Tasks + +- Updated authentication ux + +## [0.3.0] - 2026-02-04 ### 🚀 Features @@ -17,7 +27,7 @@ - Updated og image - Updated docs - Docs updates - +- Bumped version ## [0.2.1] - 2026-02-02 ### ⚙️ Miscellaneous Tasks diff --git a/packages/cli/src/index.ts b/packages/cli/src/index.ts index face1e7..2f1e5fe 100755 --- a/packages/cli/src/index.ts +++ b/packages/cli/src/index.ts @@ -35,7 +35,7 @@ Publish evergreen content to the ATmosphere > https://tangled.org/stevedylan.dev/sequoia `, - version: "0.3.0", + version: "0.3.1", cmds: { auth: authCommand, init: initCommand,