Skip to content

1.1.0 (December 2, 2020)

Compare
Choose a tag to compare
@modestfake modestfake released this 02 Dec 19:28
· 56 commits to master since this release

Features

  • Handle error when we fail to decode token, pass the original error to AuthError (#10)
  • Pass original error object to AuthError when we fail to validate the signature (#10)
  • Update atlassian-jwt to v1.0.3, wrap Express request object with jwt.fromExpressRequest (#12)

Bugfixes

  • Extract correct team id for Bitbucket (e13716a)

Chores

  • Stop supporting Node.js v8, add support for Node.js v14 in CI (#11)
  • Update all devDependencies (#11)