summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/short-islands-sparkle.md5
-rw-r--r--packages/create-astro/CHANGELOG.md6
-rw-r--r--packages/create-astro/package.json2
3 files changed, 7 insertions, 6 deletions
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",