From af075d81579d0a77f773435bbce391e42f9dff21 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Wed, 9 Mar 2022 17:45:25 -0600 Subject: [PATCH] chore: add changeset --- .changeset/giant-cycles-search.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/giant-cycles-search.md diff --git a/.changeset/giant-cycles-search.md b/.changeset/giant-cycles-search.md new file mode 100644 index 000000000..44a538825 --- /dev/null +++ b/.changeset/giant-cycles-search.md @@ -0,0 +1,7 @@ +--- +'astro': minor +--- + +Visual redesign of the `astro dev` CLI, including new `astro --help` and `astro --version` outputs. + +These changes introduce a new startup screen, make it more obvious when a file triggers in-place HMR (`update`) or a full reload (`reload`), and improve the way Astro surfaces errors during dev.