chore: release create-astro@0.1.2

This commit is contained in:
Nate Moore 2021-05-26 18:35:29 -05:00
parent 75bfc019aa
commit 0b7d453c99
4 changed files with 8 additions and 11 deletions

View file

@ -1,5 +0,0 @@
---
'create-astro': patch
---
Bugfix: `npm init astro` on npm v7

View file

@ -1,5 +0,0 @@
---
'create-astro': patch
---
Rename the `--run` option to `--skip-install` for clarity.

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "create-astro",
"version": "0.1.1",
"version": "0.1.2",
"type": "module",
"exports": {
".": "./create-astro.js"