Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](3.0.2...3.1.0) (2021-03-26)

### Features

* export the Resolvable type definition ([ddc0ec2](ddc0ec2))
  • Loading branch information
semantic-release-bot committed Mar 26, 2021
1 parent ddc0ec2 commit 15c3abc
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.0](https://github.com/decentralized-identity/did-resolver/compare/3.0.2...3.1.0) (2021-03-26)


### Features

* export the Resolvable type definition ([ddc0ec2](https://github.com/decentralized-identity/did-resolver/commit/ddc0ec2d59e93769e0d523ced2e1c05f43712110))

## [3.0.2](https://github.com/decentralized-identity/did-resolver/compare/3.0.1...3.0.2) (2021-03-12)


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.0.2",
"version": "3.1.0",
"description": "Resolve DID documents",
"main": "lib/resolver.umd.js",
"source": "src/resolver.ts",
Expand Down

0 comments on commit 15c3abc

Please sign in to comment.