summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/tall-geese-end.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/tall-geese-end.md b/.changeset/tall-geese-end.md
deleted file mode 100644
index ba9c93481..000000000
--- a/.changeset/tall-geese-end.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'create-astro': patch
----
-
-Improve error handling during tasks that display a spinner
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index bd9b32e1b..8657d7070 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 3.0.1
+
+### Patch Changes
+
+- [#6266](https://github.com/withastro/astro/pull/6266) [`066b4b4ef`](https://github.com/withastro/astro/commit/066b4b4efcde2320d29040c5bd385c67f30c701a) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Improve error handling during tasks that display a spinner
+
## 3.0.0
### Major Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index 55856cf11..afe5a650b 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "3.0.0",
+ "version": "3.0.1",
"type": "module",
"author": "withastro",
"license": "MIT",