Skip to content

Changelog

Version v2.2.0 Latest

2.2.0 (2026-03-17)

[!NOTE] Astro 5 is still supported on npm, where astro is resolved as a peer dependency and version conflicts are avoided automatically.

On JSR, Deno does not support peer dependencies, so astro is bundled as a direct dependency pinned to ^6.0.0. If you are on Astro 5 and installing from JSR, you might want to use the npm version instead to avoid downloading Astro 6.

We no longer use Astro’s preview server internally, so having multiple versions of Astro won’t break your build either way.

Features

Bug Fixes

  • replace Astro preview with sirv to prevent config mismatches between Astro versions (#34) (b773028)