From 17869bf749f77cb8401f7639303e8601d08f4449 Mon Sep 17 00:00:00 2001 From: "Houston (Bot)" <108291165+astrobot-houston@users.noreply.github.com> Date: Thu, 16 Feb 2023 13:15:51 -0800 Subject: [PATCH] [ci] release (#6267) Co-authored-by: github-actions[bot] --- .changeset/tall-geese-end.md | 5 ----- packages/create-astro/CHANGELOG.md | 6 ++++++ packages/create-astro/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/tall-geese-end.md diff --git a/.changeset/tall-geese-end.md b/.changeset/tall-geese-end.md deleted file mode 100644 index ba9c934816..0000000000 --- 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 bd9b32e1b7..8657d7070c 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 55856cf116..afe5a650b7 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",