ci: release

This commit is contained in:
github-actions[bot]
2026-04-01 12:07:38 +00:00
parent 841a75093c
commit be76e0781e
58 changed files with 295 additions and 44 deletions

View File

@@ -0,0 +1,7 @@
# emdash
## 0.0.2
### Patch Changes
- [#2](https://github.com/emdash-cms/emdash/pull/2) [`b09bfd5`](https://github.com/emdash-cms/emdash/commit/b09bfd51cece5e88fe8314668a591ab11de36b4d) Thanks [@ascorbic](https://github.com/ascorbic)! - Fix virtual module resolution errors when emdash is installed from npm on Cloudflare. The esbuild dependency pre-bundler was encountering `virtual:emdash/*` imports while crawling dist files and failing to resolve them. These are now excluded from the optimizeDeps scan.

View File

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