Releases: octokit/webhooks.js
Releases · octokit/webhooks.js
v7.12.0
7.12.0 (2020-10-06)
Features
- proper types for
requested_reviewers
, labels
, assignees
(#296) (f52f20c)
v7.11.4
7.11.4 (2020-09-30)
Bug Fixes
- README: Constructor example:
WebhooksApi
-> Webhooks
(#280) (f0db6f7)
v7.11.3
7.11.3 (2020-09-19)
Bug Fixes
- typescript: workaround for trouble with aggregate-error type exports (#245) (#270) (d2c90ac)
v7.11.1
7.11.1 (2020-08-24)
Bug Fixes
- deps: bump aggregate-error from 3.0.1 to 3.1.0 (#216) (b359fde)
v7.9.4
7.9.4 (2020-08-15)
Bug Fixes
- set encoding before reading payload for signature verification (#202) (9ad154d)
v7.9.3
7.9.3 (2020-08-07)
Bug Fixes
- typescript: Change options to match the ones from other octokit repos (b4d3e8b)
v7.9.2
7.9.2 (2020-08-07)
Bug Fixes
- typescript: Remove file extension from import (#193) (459f5da), closes #188