ci: release
This commit is contained in:
7
packages/core/CHANGELOG.md
Normal file
7
packages/core/CHANGELOG.md
Normal 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.
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user