diff --git a/.changeset/short-islands-sparkle.md b/.changeset/short-islands-sparkle.md deleted file mode 100644 index 92d558574..000000000 --- a/.changeset/short-islands-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Changes create-astro to pull examples from the latest branch diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 0781e0cec..3150d0c47 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.6.6 + +### Patch Changes + +- d5fdeefe: Changes create-astro to pull examples from the latest branch + ## 0.6.5 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 8800deaf3..5de16ab8e 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.6.5", + "version": "0.6.6", "type": "module", "repository": { "type": "git",