Skip to content

Commit

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

### Bug Fixes

* update regex to match DID specification ([#105](#105)) ([4f71bc5](4f71bc5)), closes [#104](#104)
  • Loading branch information
semantic-release-bot committed Oct 26, 2021
1 parent 4f71bc5 commit 571c15e
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.3](https://github.com/decentralized-identity/did-resolver/compare/3.1.2...3.1.3) (2021-10-26)


### Bug Fixes

* update regex to match DID specification ([#105](https://github.com/decentralized-identity/did-resolver/issues/105)) ([4f71bc5](https://github.com/decentralized-identity/did-resolver/commit/4f71bc5fa3806d97bfd6f0494b4aaa88d0ef39db)), closes [#104](https://github.com/decentralized-identity/did-resolver/issues/104)

## [3.1.2](https://github.com/decentralized-identity/did-resolver/compare/3.1.1...3.1.2) (2021-09-29)


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

0 comments on commit 571c15e

Please sign in to comment.