0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-04-14 23:51:49 -05:00

improve changeset

This commit is contained in:
apatel369 2024-11-26 21:32:34 -06:00
parent 421f7680be
commit 4bde0d0d47

View file

@ -2,4 +2,4 @@
'create-astro': patch
---
Fixes an issue where the `getVersion` function was incorrectly using the `latest` tag instead of the user-specified `ref` to determine the Astro version.
Fixes an issue where installing Astro v5-beta using `create-astro` would display the wrong Astro version in the installation messages.