Skip to content

Commit

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

### Bug Fixes

* **build:** use commonjs module in tsconfig ([e66d054](e66d054))
* **ci:** run tests on a matrix of node versions ([3825ac0](3825ac0))
  • Loading branch information
semantic-release-bot committed Oct 14, 2022
1 parent 3825ac0 commit 80b681d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [7.0.0-alpha.3](https://github.com/decentralized-identity/ethr-did-resolver/compare/7.0.0-alpha.2...7.0.0-alpha.3) (2022-10-14)


### Bug Fixes

* **build:** use commonjs module in tsconfig ([e66d054](https://github.com/decentralized-identity/ethr-did-resolver/commit/e66d054e8c6af9f90bcd55389786488f16ed1ce4))
* **ci:** run tests on a matrix of node versions ([3825ac0](https://github.com/decentralized-identity/ethr-did-resolver/commit/3825ac04889ec0fc2564cc82c8b94b51a521ef85))

# [7.0.0-alpha.2](https://github.com/decentralized-identity/ethr-did-resolver/compare/7.0.0-alpha.1...7.0.0-alpha.2) (2022-10-14)


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

0 comments on commit 80b681d

Please sign in to comment.