Skip to content

Commit

Permalink
chore: release (#60)
Browse files Browse the repository at this point in the history
* chore(deps): bump eslint-utils from 1.3.1 to 1.4.2

* chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 (#52)

* feat: require resolver to be passed as a parameter to verifyJWT (#57)

* chore(deps): bump handlebars from 4.1.0 to 4.2.0

* chore(deps): bump lodash from 4.17.11 to 4.17.15

BREAKING CHANGE: verifyJWT now requires the user to provide a did-resolver. This allows the user to configure their own resolver instead of being limited to default ethr-did and https-did resolvers
  • Loading branch information
mi-xu authored Sep 6, 2019
1 parent 3baf277 commit 9a75576
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 351 deletions.
9 changes: 9 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: 1
update_configs:

- package_manager: "javascript"
directory: "/"
update_schedule: "live"
commit_message:
prefix: "chore"
include_scope: true
Loading

0 comments on commit 9a75576

Please sign in to comment.