summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-08-18 07:31:52 -0700
committerGravatar GitHub <noreply@github.com> 2023-08-18 10:31:52 -0400
commit5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c (patch)
treef97b8bda8fb2433248e5c179b449ca1520eab15e /packages/create-astro
parent821918bc0ccf8a706da2194456c625d55dee989c (diff)
downloadastro-5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c.tar.gz
astro-5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c.tar.zst
astro-5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/create-astro')
-rw-r--r--packages/create-astro/CHANGELOG.md8
-rw-r--r--packages/create-astro/package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index 84611e1f2..f555a98b0 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,13 @@
# create-astro
+## 3.2.2
+
+### Patch Changes
+
+- [#7944](https://github.com/withastro/astro/pull/7944) [`dff0f0f8d`](https://github.com/withastro/astro/commit/dff0f0f8ddd531c5d92a90ac00fdb86d71f77509) Thanks [@colinhacks](https://github.com/colinhacks)! - Update 'dev' command for Bun users
+
+- [#8102](https://github.com/withastro/astro/pull/8102) [`e6e1de4f0`](https://github.com/withastro/astro/commit/e6e1de4f08ddba3a7703136a81f275de1976dc9e) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Verify internet connection and that `--template` exists before continuing
+
## 3.2.1
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index a62a0eaed..39bd0f315 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "3.2.1",
+ "version": "3.2.2",
"type": "module",
"author": "withastro",
"license": "MIT",