From 0ca408a914bf23a252a02c68a1ac189e6e48317f Mon Sep 17 00:00:00 2001 From: apatel369 Date: Tue, 26 Nov 2024 21:32:34 -0600 Subject: [PATCH] improve changeset --- .changeset/selfish-bulldogs-jog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/selfish-bulldogs-jog.md b/.changeset/selfish-bulldogs-jog.md index 474cc7993dc33..668d010813f31 100644 --- a/.changeset/selfish-bulldogs-jog.md +++ b/.changeset/selfish-bulldogs-jog.md @@ -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.