diff options
author | 2024-09-06 09:47:30 -0700 | |
---|---|---|
committer | 2024-09-06 12:47:30 -0400 | |
commit | 0d50d7545eae102cadff80e4963ef9b27eabba6c (patch) | |
tree | d37024bb3726f9b43fc55f927bf34c742af89f1d /packages/create-astro | |
parent | c0c96452a26a2fb56acbc99cc67fd1e808e66d0e (diff) | |
download | astro-0d50d7545eae102cadff80e4963ef9b27eabba6c.tar.gz astro-0d50d7545eae102cadff80e4963ef9b27eabba6c.tar.zst astro-0d50d7545eae102cadff80e4963ef9b27eabba6c.zip |
[ci] release (#11936)create-astro@4.9.0astro@4.15.4@astrojs/preact@3.5.3
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.md | 6 | ||||
-rw-r--r-- | packages/create-astro/package.json | 2 |
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", |