ci: release

This commit is contained in:
github-actions[bot]
2026-04-01 12:35:38 +00:00
parent 1e803f91d7
commit 90e31e8e43
3 changed files with 7 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
"create-emdash": patch
---
Improve create-emdash CLI experience: add the EmDash branded banner, let users pick their package manager (auto-detects the one that invoked it), and ask whether to install dependencies with a spinner showing progress.

View File

@@ -1,5 +1,11 @@
# create-emdash # create-emdash
## 0.0.3
### Patch Changes
- [#5](https://github.com/emdash-cms/emdash/pull/5) [`8e389d5`](https://github.com/emdash-cms/emdash/commit/8e389d5ef8b0a6b0577d9d7c975f048f96844185) Thanks [@ascorbic](https://github.com/ascorbic)! - Improve create-emdash CLI experience: add the EmDash branded banner, let users pick their package manager (auto-detects the one that invoked it), and ask whether to install dependencies with a spinner showing progress.
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@@ -1,6 +1,6 @@
{ {
"name": "create-emdash", "name": "create-emdash",
"version": "0.0.2", "version": "0.0.3",
"description": "Create a new EmDash CMS project", "description": "Create a new EmDash CMS project",
"type": "module", "type": "module",
"bin": "./dist/index.mjs", "bin": "./dist/index.mjs",