ci: release

This commit is contained in:
github-actions[bot]
2026-04-01 13:28:55 +00:00
parent 0c6c66fe44
commit 144d7e488a
61 changed files with 251 additions and 44 deletions

View File

@@ -1,5 +1,14 @@
# emdash
## 0.0.3
### Patch Changes
- [#8](https://github.com/emdash-cms/emdash/pull/8) [`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214) Thanks [@ascorbic](https://github.com/ascorbic)! - Fix crash on fresh deployments when the first request hits a public page before setup has run. The middleware now detects an empty database and redirects to the setup wizard instead of letting template helpers query missing tables.
- Updated dependencies [[`3c319ed`](https://github.com/emdash-cms/emdash/commit/3c319ed6411a595e6974a86bc58c2a308b91c214)]:
- @emdash-cms/admin@0.0.2
## 0.0.2
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "emdash",
"version": "0.0.2",
"version": "0.0.3",
"description": "Astro-native CMS with WordPress migration support",
"type": "module",
"main": "dist/index.mjs",