Skip to content

v1.1.23

Choose a tag to compare

@voyvodka voyvodka released this 08 Jun 07:36
· 7 commits to main since this release
8dff460

Build

  • Declared Node engine floor aligned to the real requirement: package.json engines.node tightened >=22.0.0>=22.12.0, and the README "Develop" note now reads "Node 22.12+", matching the floor imposed by Astro 6 and @astrojs/mdx 6 (both declare node >=22.12.0).
  • No runtime or build-output change — .nvmrc already resolves a compliant Node 22.x, so CI was unaffected; this only makes the declared range honest. No redeploy needed.