Merge pull request #6 from emdash-cms/changeset-release/main

ci: release
This commit is contained in:
Matt Kane
2026-04-01 13:36:28 +01:00
committed by GitHub
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
## 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
### Patch Changes

View File

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