diff options
author | 2024-03-07 11:55:50 -0800 | |
---|---|---|
committer | 2024-03-07 14:55:50 -0500 | |
commit | 76c21b19d2dfe8fba570593124cc2989c6179ba4 (patch) | |
tree | 9ff70a25df44faa287cd9b0bae9fab114f3d5389 /packages/create-astro | |
parent | 6964b6f9a6a9b65b3f1c576093cba18562a2d2c3 (diff) | |
download | astro-76c21b19d2dfe8fba570593124cc2989c6179ba4.tar.gz astro-76c21b19d2dfe8fba570593124cc2989c6179ba4.tar.zst astro-76c21b19d2dfe8fba570593124cc2989c6179ba4.zip |
[ci] release (#10359)
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 0c1f3932b..237e3cf7f 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 4.7.4 + +### Patch Changes + +- [#10255](https://github.com/withastro/astro/pull/10255) [`2aec2cdc21f48f9b4f1dd82e2fd16fa3d653ccc5`](https://github.com/withastro/astro/commit/2aec2cdc21f48f9b4f1dd82e2fd16fa3d653ccc5) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fixes an issue where TypeScript and `@astrojs/check` versions would occassionally print as `undefined`. + ## 4.7.3 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 5b4f45c0d..8dafc49b6 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "4.7.3", + "version": "4.7.4", "type": "module", "author": "withastro", "license": "MIT", |