We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abebb0c commit ee396c0Copy full SHA for ee396c0
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.0.1](https://github.com/decentralized-identity/did-jwt-vc/compare/3.0.0...3.0.1) (2022-08-18)
2
+
3
4
+### Bug Fixes
5
6
+* fix error type exports ([abebb0c](https://github.com/decentralized-identity/did-jwt-vc/commit/abebb0c2b746d9aef63434052e9cc075438100aa))
7
8
# [3.0.0](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.14...3.0.0) (2022-08-18)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "did-jwt-vc",
- "version": "3.0.0",
+ "version": "3.0.1",
"description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format",
"type": "module",
"source": "src/index.ts",
0 commit comments