Skip to content

Commit 4ae0b1d

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](v1.0.0...v2.0.0) (2026-01-28) ### ⚠ BREAKING CHANGES * modernise, ESM, promises, update deps, GHA, auto-release (#58) ### Features * modernise, ESM, promises, update deps, GHA, auto-release ([#58](#58)) ([bc84845](bc84845))
1 parent bc84845 commit 4ae0b1d

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## [2.0.0](https://github.com/rvagg/github-webhook-handler/compare/v1.0.0...v2.0.0) (2026-01-28)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* modernise, ESM, promises, update deps, GHA, auto-release (#58)
6+
7+
### Features
8+
9+
* modernise, ESM, promises, update deps, GHA, auto-release ([#58](https://github.com/rvagg/github-webhook-handler/issues/58)) ([bc84845](https://github.com/rvagg/github-webhook-handler/commit/bc848457d5c28110ac24335af520ec3b921355fc))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-webhook-handler",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Web handler / middleware for processing GitHub Webhooks",
55
"type": "module",
66
"main": "github-webhook-handler.js",

0 commit comments

Comments
 (0)