Skip to content

Releases: octokit/webhooks.js

v7.12.0

06 Oct 15:52
f52f20c
Compare
Choose a tag to compare

7.12.0 (2020-10-06)

Features

  • proper types for requested_reviewers, labels, assignees (#296) (f52f20c)

v7.11.4

30 Sep 08:31
f0db6f7
Compare
Choose a tag to compare

7.11.4 (2020-09-30)

Bug Fixes

  • README: Constructor example: WebhooksApi -> Webhooks (#280) (f0db6f7)

v7.11.3

19 Sep 18:20
d2c90ac
Compare
Choose a tag to compare

7.11.3 (2020-09-19)

Bug Fixes

  • typescript: workaround for trouble with aggregate-error type exports (#245) (#270) (d2c90ac)

v7.11.2

25 Aug 17:34
d4bd29b
Compare
Choose a tag to compare

7.11.2 (2020-08-25)

Bug Fixes

v7.11.1

24 Aug 17:24
b359fde
Compare
Choose a tag to compare

7.11.1 (2020-08-24)

Bug Fixes

  • deps: bump aggregate-error from 3.0.1 to 3.1.0 (#216) (b359fde)

v7.11.0

16 Aug 18:32
c3b320b
Compare
Choose a tag to compare

7.11.0 (2020-08-16)

Features

v7.10.0

15 Aug 21:02
dfdfc46
Compare
Choose a tag to compare

7.10.0 (2020-08-15)

Features

v7.9.4

15 Aug 19:45
9ad154d
Compare
Choose a tag to compare

7.9.4 (2020-08-15)

Bug Fixes

  • set encoding before reading payload for signature verification (#202) (9ad154d)

v7.9.3

07 Aug 22:21
Compare
Choose a tag to compare

7.9.3 (2020-08-07)

Bug Fixes

  • typescript: Change options to match the ones from other octokit repos (b4d3e8b)

v7.9.2

07 Aug 06:00
459f5da
Compare
Choose a tag to compare

7.9.2 (2020-08-07)

Bug Fixes

  • typescript: Remove file extension from import (#193) (459f5da), closes #188