summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-12-05 05:39:16 -0800
committerGravatar GitHub <noreply@github.com> 2023-12-05 09:39:16 -0400
commit5f13e7e0dcf256fc5c5b0ac7ca10c02e44f728b3 (patch)
tree89683f087e91a8b5c03bf9033c08687f0f1308e2 /packages/create-astro
parent82586f32f467c4ddaf581af97e48bace8da2bb6a (diff)
downloadastro-5f13e7e0dcf256fc5c5b0ac7ca10c02e44f728b3.tar.gz
astro-5f13e7e0dcf256fc5c5b0ac7ca10c02e44f728b3.tar.zst
astro-5f13e7e0dcf256fc5c5b0ac7ca10c02e44f728b3.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
Diffstat (limited to 'packages/create-astro')
-rw-r--r--packages/create-astro/CHANGELOG.md6
-rw-r--r--packages/create-astro/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index 76b535089..f1c16fdc2 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 4.5.2
+
+### Patch Changes
+
+- [#9105](https://github.com/withastro/astro/pull/9105) [`6201bbe96`](https://github.com/withastro/astro/commit/6201bbe96c2a083fb201e4a43a9bd88499821a3e) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Stop clearing the console on start
+
## 4.5.2-beta.0
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index 2699b1194..8f1ed83da 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "4.5.2-beta.0",
+ "version": "4.5.2",
"type": "module",
"author": "withastro",
"license": "MIT",