diff --git a/.changeset/lemon-papayas-cough.md b/.changeset/lemon-papayas-cough.md deleted file mode 100644 index 19ed2ad34..000000000 --- a/.changeset/lemon-papayas-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Chore: remove create-astro install step test diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 3c4029e28..a507622fa 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.12.4 + +### Patch Changes + +- [#3756](https://github.com/withastro/astro/pull/3756) [`507cd5c8`](https://github.com/withastro/astro/commit/507cd5c868448971c6265d97f22e786263dd5a77) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Chore: remove create-astro install step test + ## 0.12.3 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index ee3840f04..52d67fb98 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.12.3", + "version": "0.12.4", "type": "module", "author": "withastro", "license": "MIT",