We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fab9ae commit 600a392Copy full SHA for 600a392
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.0.23](https://github.com/decentralized-identity/web-did-resolver/compare/2.0.22...2.0.23) (2023-04-03)
2
+
3
4
+### Bug Fixes
5
6
+* **build:** publish types in package.json ([174afe8](https://github.com/decentralized-identity/web-did-resolver/commit/174afe8be23fbdd1a3f260ed1ebd20d2416a9abd))
7
8
## [2.0.22](https://github.com/decentralized-identity/web-did-resolver/compare/2.0.21...2.0.22) (2023-03-23)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "web-did-resolver",
- "version": "2.0.22",
+ "version": "2.0.23",
"description": "Resolve DID documents from an https domain",
"type": "module",
"source": "src/resolver.ts",
0 commit comments