Skip to content

v3.1.3

Compare
Choose a tag to compare
@jpbberry jpbberry released this 03 Dec 20:01
· 8 commits to master since this release
a2d9685
  • Fixes a TypeScript error to do with a catch block in Webhook #73

A possible breaking change to meet intended behavior. Before anything thrown in the webhook listener function would be passed to the error callback, now it only will respond back anything thrown that is an instance of Error, as is typed.