We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67dc98 commit 83c07e2Copy full SHA for 83c07e2
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [8.0.13](https://github.com/decentralized-identity/did-jwt/compare/8.0.12...8.0.13) (2025-04-23)
2
+
3
4
+### Bug Fixes
5
6
+* **deps:** update dependency @noble/curves to v1.9.0 ([f67dc98](https://github.com/decentralized-identity/did-jwt/commit/f67dc98c06257308faa1146815b3008cce2750d0))
7
8
## [8.0.12](https://github.com/decentralized-identity/did-jwt/compare/8.0.11...8.0.12) (2025-04-22)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "did-jwt",
- "version": "8.0.12",
+ "version": "8.0.13",
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients",
"type": "module",
"source": "src/index.ts",
0 commit comments