ci: release
This commit is contained in:
@@ -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.
|
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user