Skip to content

Commit

Permalink
chore(release): 4.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [4.3.1](4.3.0...4.3.1) (2021-04-22)

### Bug Fixes

* ignore query string when interpreting identifiers ([#123](#123)) ([5508f8a](5508f8a)), closes [#122](#122)
  • Loading branch information
semantic-release-bot committed Apr 22, 2021
1 parent 5508f8a commit 59d008c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.3.1](https://github.com/decentralized-identity/ethr-did-resolver/compare/4.3.0...4.3.1) (2021-04-22)


### Bug Fixes

* ignore query string when interpreting identifiers ([#123](https://github.com/decentralized-identity/ethr-did-resolver/issues/123)) ([5508f8a](https://github.com/decentralized-identity/ethr-did-resolver/commit/5508f8a45149417eac44dae0103e6f7edb566c83)), closes [#122](https://github.com/decentralized-identity/ethr-did-resolver/issues/122)

# [4.3.0](https://github.com/decentralized-identity/ethr-did-resolver/compare/4.2.0...4.3.0) (2021-04-20)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 59d008c

Please sign in to comment.