summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-09-06 09:47:30 -0700
committerGravatar GitHub <noreply@github.com> 2024-09-06 12:47:30 -0400
commit0d50d7545eae102cadff80e4963ef9b27eabba6c (patch)
treed37024bb3726f9b43fc55f927bf34c742af89f1d /packages/create-astro
parentc0c96452a26a2fb56acbc99cc67fd1e808e66d0e (diff)
downloadastro-0d50d7545eae102cadff80e4963ef9b27eabba6c.tar.gz
astro-0d50d7545eae102cadff80e4963ef9b27eabba6c.tar.zst
astro-0d50d7545eae102cadff80e4963ef9b27eabba6c.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.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 ebde2e51f..9d91eab2a 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 4.9.0
+
+### Minor Changes
+
+- [#11924](https://github.com/withastro/astro/pull/11924) [`7d70ba3`](https://github.com/withastro/astro/commit/7d70ba317889b9281c7891038779a68fcb8f0778) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Updates the default Astro config with `// @ts-check` if the Typescript preset is `strict` or `strictest`
+
## 4.8.4
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index b3bfd006f..fcae9af3d 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "4.8.4",
+ "version": "4.9.0",
"type": "module",
"author": "withastro",
"license": "MIT",