Skip to content

Releases: probot/example-netlify-functions

v3.0.0

04 Jun 21:45
5cdd0a1
Compare
Choose a tag to compare

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.

v2.0.0

04 Jun 21:14
f4e43a5
Compare
Choose a tag to compare

2.0.0 (2025-06-04)

Bug Fixes

  • update repository for Probot v13 (#36) (f4e43a5)

BREAKING CHANGES

  • Require NodeJS >=18

v1.1.1

06 Sep 19:35
9448612
Compare
Choose a tag to compare

1.1.1 (2022-09-06)

Bug Fixes

  • deps: update dependency probot to v12 (9448612)

v1.1.0

10 May 18:42
Compare
Choose a tag to compare

1.1.0 (2021-05-10)

Features

  • add static index.html page with link to GitHub repository (7e508ae)

v1.0.0

10 May 18:38
Compare
Choose a tag to compare

1.0.0 (2021-05-10)

Features