chore: release create-astro@0.1.0
This commit is contained in:
parent
ed631329e7
commit
2ac06010a4
3 changed files with 9 additions and 8 deletions
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'create-astro': minor
|
||||
---
|
||||
|
||||
Added **interactive mode** with a fesh new UI.
|
||||
|
||||
Included a new **blank** starter to get up and running even faster.
|
8
packages/create-astro/CHANGELOG.md
Normal file
8
packages/create-astro/CHANGELOG.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# create-astro
|
||||
|
||||
## 0.1.0
|
||||
### Minor Changes
|
||||
|
||||
- ed63132: Added **interactive mode** with a fesh new UI.
|
||||
|
||||
Included a new **blank** starter to get up and running even faster.
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-astro",
|
||||
"version": "0.0.9",
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./create-astro.js"
|
||||
|
|
Loading…
Reference in a new issue