Skip to content

Commit

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

### Bug Fixes

* add esm wrapper instead of double transpile ([d2bbeaf](d2bbeaf))

### BREAKING CHANGES

* ESM is only supported through a wrapper
  • Loading branch information
semantic-release-bot committed Oct 13, 2022
1 parent d2bbeaf commit 9853f93
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [7.0.0-alpha.1](https://github.com/decentralized-identity/ethr-did-resolver/compare/6.2.4-alpha.1...7.0.0-alpha.1) (2022-10-13)


### Bug Fixes

* add esm wrapper instead of double transpile ([d2bbeaf](https://github.com/decentralized-identity/ethr-did-resolver/commit/d2bbeafbd2d77308f12d73f952b0b9940431dd83))


### BREAKING CHANGES

* ESM is only supported through a wrapper

## [6.2.4-alpha.1](https://github.com/decentralized-identity/ethr-did-resolver/compare/6.2.3...6.2.4-alpha.1) (2022-10-13)


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": "6.2.4-alpha.1",
"version": "7.0.0-alpha.1",
"description": "Resolve DID documents for ethereum addresses and public keys",
"type": "module",
"source": "./src/index.ts",
Expand Down

0 comments on commit 9853f93

Please sign in to comment.