Skip to content

v5.0.0

Choose a tag to compare

@mohatt mohatt released this 02 Mar 09:05
· 20 commits to master since this release

5.0.0 (2025-03-02)

Features

  • plugin: refactor plugin source to TypeScript for better type safety (51117ef)
  • plugin: migrate the plugin to native ES modules, add CJS & ESM builds (e12f0a0)

chore

BREAKING CHANGES

  • plugin: The plugin is now built with native ES module syntax.
  • plugin: The plugin now requires at least Gatsby v5.10