Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 21:45
· 1 commit to main since this release
5cdd0a1

3.0.0 (2025-06-04)

Features

BREAKING CHANGES

  • Transition to ESM only
    Converts the repository to use ESM syntax, enabling module support.
  • Adds "type": "module" to package.json to specify ESM support.
  • Updates app.js and netlify/functions/webhooks.js by replacing require statements with import statements and changing module.exports to export default.
  • Modifies test.js to use ESM import/export syntax, including updating require statements to import and changing module.exports to export default for the test suite.