Skip to content

Commit

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

### Bug Fixes

* **build:** add named exports to esm wrapper ([#176](#176)) ([725ed25](725ed25)), closes [#175](#175)
  • Loading branch information
semantic-release-bot committed Oct 24, 2022
1 parent 725ed25 commit 5cc8665
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.2](https://github.com/decentralized-identity/ethr-did-resolver/compare/7.0.1...7.0.2) (2022-10-24)


### Bug Fixes

* **build:** add named exports to esm wrapper ([#176](https://github.com/decentralized-identity/ethr-did-resolver/issues/176)) ([725ed25](https://github.com/decentralized-identity/ethr-did-resolver/commit/725ed250074f19e5d18d8e2b55454391102d5401)), closes [#175](https://github.com/decentralized-identity/ethr-did-resolver/issues/175)

## [7.0.1](https://github.com/decentralized-identity/ethr-did-resolver/compare/7.0.0...7.0.1) (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.1",
"version": "7.0.2",
"description": "Resolve DID documents for ethereum addresses and public keys",
"type": "commonjs",
"source": "./src/index.ts",
Expand Down

0 comments on commit 5cc8665

Please sign in to comment.