chore: release create-astro@0.1.2
This commit is contained in:
parent
75bfc019aa
commit
0b7d453c99
4 changed files with 8 additions and 11 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'create-astro': patch
|
||||
---
|
||||
|
||||
Bugfix: `npm init astro` on npm v7
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'create-astro': patch
|
||||
---
|
||||
|
||||
Rename the `--run` option to `--skip-install` for clarity.
|
|
@ -1,5 +1,12 @@
|
|||
# create-astro
|
||||
|
||||
## 0.1.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Rename the `--run` option to `--skip-install` for clarity.
|
||||
- Bugfix: `npm init astro` on npm v7
|
||||
|
||||
## 0.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-astro",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./create-astro.js"
|
||||
|
|
Loading…
Reference in a new issue