Releases: octokit/webhooks.js
Releases · octokit/webhooks.js
v12.1.2
12.1.2 (2024-02-17)
Bug Fixes
- deps: update
@octokit/webhooks-methods
(#973) (d17d59c)
v13.0.0-beta.1
Features
BREAKING CHANGES
- use GitHub's OpenAPI spec
v12.1.0
12.1.0 (2024-02-05)
Features
- deployment_review, bump webhooks-types and webhooks-schemas (#964) (5ed9f2e)
v12.0.11
Bug Fixes
- types: use
.js
extension instead of .ts
(#949) (a00257a)
v12.0.10
Bug Fixes
- improve compatibility of Google Cloud Functions,
req.body
is the parsed JSON payload (#937) (adcfa21)
v12.0.9
12.0.9 (2023-12-04)
Bug Fixes
- prevent splitting multibyte characters in
getPayload()
(#939) (fe00834)
v12.0.8
12.0.8 (2023-11-22)
Bug Fixes
- types: limit recursion in types using ternary statements (#929) (1124632)
v12.0.7
12.0.7 (2023-11-18)
Bug Fixes
- pass through
TTransformed
to onAny
and onError
(#924) (6ead0b7)