Skip to content

Commit

Permalink
chore(release): 3.1.5 [skip ci]
Browse files Browse the repository at this point in the history
## [3.1.5](3.1.4...3.1.5) (2021-12-09)

### Bug Fixes

* use Resolvable as type instead of Resolver ([#110](#110)) ([35c4d67](35c4d67)), closes [#109](#109)
  • Loading branch information
semantic-release-bot committed Dec 9, 2021
1 parent 35c4d67 commit 2f4009a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.5](https://github.com/decentralized-identity/did-resolver/compare/3.1.4...3.1.5) (2021-12-09)


### Bug Fixes

* use Resolvable as type instead of Resolver ([#110](https://github.com/decentralized-identity/did-resolver/issues/110)) ([35c4d67](https://github.com/decentralized-identity/did-resolver/commit/35c4d67e5750338983a89c125f424d7d039aaf68)), closes [#109](https://github.com/decentralized-identity/did-resolver/issues/109)

## [3.1.4](https://github.com/decentralized-identity/did-resolver/compare/3.1.3...3.1.4) (2021-12-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "did-resolver",
"version": "3.1.4",
"version": "3.1.5",
"description": "Resolve DID documents",
"source": "src/resolver.ts",
"main": "lib/resolver.js",
Expand Down

0 comments on commit 2f4009a

Please sign in to comment.