diff options
Diffstat (limited to '.changeset/changeset-4.md')
-rw-r--r-- | .changeset/changeset-4.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.changeset/changeset-4.md b/.changeset/changeset-4.md new file mode 100644 index 000000000..a0a25066f --- /dev/null +++ b/.changeset/changeset-4.md @@ -0,0 +1,11 @@ +--- +'astro': minor +--- +Astro 0.21 is here! [Read the complete migration guide](https://docs.astro.build/migration/0.21.0/). + +This new version of Astro includes: + +- A new, faster, [Go-based compiler](https://github.com/snowpackjs/astro-compiler) +- A completely new runtime backed by [Vite](https://vitejs.dev/), with significantly dev experience improvements +- Improved support for loading Astro config files, including `.cjs`, `.js`, and `.ts` files +- And [many more features](https://astro.build/blog/astro-021-preview/)!
\ No newline at end of file |