Skip to content

Commit ce08cb5

Browse files
chore(release): 11.0.0-alpha.2 [skip ci]
# [11.0.0-alpha.2](11.0.0-alpha.1...11.0.0-alpha.2) (2024-09-30) ### Bug Fixes * **build:** include default export to work around some bundler issues ([#205](#205)) ([1e9e4ef](1e9e4ef)), closes [#186](#186)
1 parent 1e9e4ef commit ce08cb5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [11.0.0-alpha.2](https://github.com/decentralized-identity/ethr-did-resolver/compare/11.0.0-alpha.1...11.0.0-alpha.2) (2024-09-30)
2+
3+
4+
### Bug Fixes
5+
6+
* **build:** include default export to work around some bundler issues ([#205](https://github.com/decentralized-identity/ethr-did-resolver/issues/205)) ([1e9e4ef](https://github.com/decentralized-identity/ethr-did-resolver/commit/1e9e4ef93098009eac8fc39567348356139e8673)), closes [#186](https://github.com/decentralized-identity/ethr-did-resolver/issues/186)
7+
18
# [11.0.0-alpha.1](https://github.com/decentralized-identity/ethr-did-resolver/compare/10.1.10...11.0.0-alpha.1) (2024-09-30)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethr-did-resolver",
3-
"version": "11.0.0-alpha.1",
3+
"version": "11.0.0-alpha.2",
44
"description": "Resolve DID documents for ethereum addresses and public keys",
55
"type": "commonjs",
66
"source": "./src/index.ts",

0 commit comments

Comments
 (0)