Skip to content

Commit

Permalink
chore(release): 7.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [7.0.1](7.0.0...7.0.1) (2022-10-17)

### Bug Fixes

* **deps:** update did-resolver to 4.0.1 ([#172](#172)) ([ce38d01](ce38d01))
  • Loading branch information
semantic-release-bot committed Oct 17, 2022
1 parent ce38d01 commit e57ed93
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 @@
## [7.0.1](https://github.com/decentralized-identity/ethr-did-resolver/compare/7.0.0...7.0.1) (2022-10-17)


### Bug Fixes

* **deps:** update did-resolver to 4.0.1 ([#172](https://github.com/decentralized-identity/ethr-did-resolver/issues/172)) ([ce38d01](https://github.com/decentralized-identity/ethr-did-resolver/commit/ce38d01802344db76eae7f753a067fba4fd759de))

# [7.0.0](https://github.com/decentralized-identity/ethr-did-resolver/compare/6.2.3...7.0.0) (2022-10-17)


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": "ethr-did-resolver",
"version": "7.0.0",
"version": "7.0.1",
"description": "Resolve DID documents for ethereum addresses and public keys",
"type": "commonjs",
"source": "./src/index.ts",
Expand Down

0 comments on commit e57ed93

Please sign in to comment.