diff --git a/.changeset/forty-forks-destroy.md b/.changeset/forty-forks-destroy.md deleted file mode 100644 index 69257f8cb7..0000000000 --- a/.changeset/forty-forks-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Bugfix: `npm init astro` on npm v7 diff --git a/.changeset/new-hats-deliver.md b/.changeset/new-hats-deliver.md deleted file mode 100644 index 0c2ffc7232..0000000000 --- a/.changeset/new-hats-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Rename the `--run` option to `--skip-install` for clarity. diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index afe08f8fa3..fcb847f59a 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -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 diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 176edd811a..5bba7da482 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "exports": { ".": "./create-astro.js"