We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37c50d commit 1d31e65Copy full SHA for 1d31e65
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.0.28](https://github.com/decentralized-identity/web-did-resolver/compare/2.0.27...2.0.28) (2025-01-24)
2
+
3
4
+### Bug Fixes
5
6
+* **deps:** update react monorepo to v19 ([#135](https://github.com/decentralized-identity/web-did-resolver/issues/135)) ([d37c50d](https://github.com/decentralized-identity/web-did-resolver/commit/d37c50dd750ed1de5b86a47bc81142a0f5e70902))
7
8
## [2.0.27](https://github.com/decentralized-identity/web-did-resolver/compare/2.0.26...2.0.27) (2023-07-03)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "web-did-resolver",
- "version": "2.0.27",
+ "version": "2.0.28",
"description": "Resolve DID documents from an https domain",
"type": "module",
"source": "src/resolver.ts",
0 commit comments