We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fc091 commit aef3efaCopy full SHA for aef3efa
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.0.29](https://github.com/decentralized-identity/web-did-resolver/compare/2.0.28...2.0.29) (2025-01-24)
2
+
3
4
+### Bug Fixes
5
6
+* **deps:** update dependency cross-fetch to v4.1.0 ([#136](https://github.com/decentralized-identity/web-did-resolver/issues/136)) ([39fc091](https://github.com/decentralized-identity/web-did-resolver/commit/39fc091893d3edc01272c77f9a3b6f6280e9791f))
7
8
## [2.0.28](https://github.com/decentralized-identity/web-did-resolver/compare/2.0.27...2.0.28) (2025-01-24)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "web-did-resolver",
- "version": "2.0.28",
+ "version": "2.0.29",
"description": "Resolve DID documents from an https domain",
"type": "module",
"source": "src/resolver.ts",
0 commit comments