summaryrefslogtreecommitdiff
path: root/packages/create-astro/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/create-astro/CHANGELOG.md')
-rw-r--r--packages/create-astro/CHANGELOG.md6
1 files changed, 6 insertions, 0 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