Skip to content

Commit

Permalink
chore(release): 11.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [11.0.0](10.1.10...11.0.0) (2024-09-30)

### Bug Fixes

* add esm wrapper instead of double transpile ([d2bbeaf](d2bbeaf))
* **build:** build commonjs and also expose esm wrapper ([522c199](522c199))
* **build:** include default export to work around some bundler issues ([#205](#205)) ([1e9e4ef](1e9e4ef)), closes [#186](#186)
* **build:** use commonjs module in tsconfig ([e66d054](e66d054))
* **ci:** run tests on a matrix of node versions ([3825ac0](3825ac0))
* create alpha release ([1d5d5f2](1d5d5f2))

### Features

* **deployment:** add gnosischain and holesky deployments ([#206](#206)) ([4992094](4992094))

### BREAKING CHANGES

* ESM is only supported through a wrapper
  • Loading branch information
semantic-release-bot committed Sep 30, 2024
1 parent be89ed3 commit a462a61
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [11.0.0](https://github.com/decentralized-identity/ethr-did-resolver/compare/10.1.10...11.0.0) (2024-09-30)


### Bug Fixes

* add esm wrapper instead of double transpile ([d2bbeaf](https://github.com/decentralized-identity/ethr-did-resolver/commit/d2bbeafbd2d77308f12d73f952b0b9940431dd83))
* **build:** build commonjs and also expose esm wrapper ([522c199](https://github.com/decentralized-identity/ethr-did-resolver/commit/522c1999877c26dd3b1959111cd9d155987ada19))
* **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)
* **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))
* create alpha release ([1d5d5f2](https://github.com/decentralized-identity/ethr-did-resolver/commit/1d5d5f21e3d9f13500faf1acfdef89819589606c))


### Features

* **deployment:** add gnosischain and holesky deployments ([#206](https://github.com/decentralized-identity/ethr-did-resolver/issues/206)) ([4992094](https://github.com/decentralized-identity/ethr-did-resolver/commit/4992094b565387ab0b50b62246b67d27ed697c71))


### BREAKING CHANGES

* ESM is only supported through a wrapper

# [11.0.0-alpha.3](https://github.com/decentralized-identity/ethr-did-resolver/compare/11.0.0-alpha.2...11.0.0-alpha.3) (2024-09-30)


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

0 comments on commit a462a61

Please sign in to comment.