Skip to content

Commit dfb73ce

Browse files
chore(release): 2.1.0 [skip ci]
## [2.1.0](v2.0.0...v2.1.0) (2026-01-28) ### Features * add types via jsdoc tsc, remove old handrolled types ([#59](#59)) ([f8f20d8](f8f20d8))
1 parent f8f20d8 commit dfb73ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.1.0](https://github.com/rvagg/github-webhook-handler/compare/v2.0.0...v2.1.0) (2026-01-28)
2+
3+
### Features
4+
5+
* add types via jsdoc tsc, remove old handrolled types ([#59](https://github.com/rvagg/github-webhook-handler/issues/59)) ([f8f20d8](https://github.com/rvagg/github-webhook-handler/commit/f8f20d864cf9529b2eebd953099967267b068ba4))
6+
17
## [2.0.0](https://github.com/rvagg/github-webhook-handler/compare/v1.0.0...v2.0.0) (2026-01-28)
28

39
### ⚠ BREAKING CHANGES

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": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Web handler / middleware for processing GitHub Webhooks",
55
"type": "module",
66
"main": "github-webhook-handler.js",

0 commit comments

Comments
 (0)