v3.1.3
- 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.