We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3285fe commit a3c99d0Copy full SHA for a3c99d0
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [8.0.12](https://github.com/decentralized-identity/did-jwt/compare/8.0.11...8.0.12) (2025-04-22)
2
+
3
4
+### Bug Fixes
5
6
+* **deps:** update dependency @noble/hashes to v1.8.0 ([d3285fe](https://github.com/decentralized-identity/did-jwt/commit/d3285feb3a8f7551fb85f7b99e55bc691cec950c))
7
8
## [8.0.11](https://github.com/decentralized-identity/did-jwt/compare/8.0.10...8.0.11) (2025-04-15)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "did-jwt",
- "version": "8.0.11",
+ "version": "8.0.12",
"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