diff --git a/.changeset/nice-shrimps-search.md b/.changeset/nice-shrimps-search.md deleted file mode 100644 index 46c236da8..000000000 --- a/.changeset/nice-shrimps-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Fix create astro regression diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index cbb284783..516eccc47 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 3.1.5 + +### Patch Changes + +- [#7086](https://github.com/withastro/astro/pull/7086) [`c5f1275e9`](https://github.com/withastro/astro/commit/c5f1275e9d2f212a08e56bc25e0b59c7d7e9f11d) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Fix create astro regression + ## 3.1.4 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 3d50779d7..e0a733c19 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "3.1.4", + "version": "3.1.5", "type": "module", "author": "withastro", "license": "MIT",