Skip to content

Commit 57461ab

Browse files
chore(release): 8.0.0 [skip ci]
# [8.0.0](7.4.7...8.0.0) (2024-01-18) ### Features * add support for Multikey ([#305](#305)) ([20bbc3e](20bbc3e)), closes [#304](#304) ### BREAKING CHANGES * The return types have changed for of `extractPublicKeyBytes()` and `multibaseToBytes()` from Uint8Arrays to Objects containing the `keyBytes: Uint8Array` and a decoded or inferred `keyType: string | undefined`
1 parent 20bbc3e commit 57461ab

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [8.0.0](https://github.com/decentralized-identity/did-jwt/compare/7.4.7...8.0.0) (2024-01-18)
2+
3+
4+
### Features
5+
6+
* add support for Multikey ([#305](https://github.com/decentralized-identity/did-jwt/issues/305)) ([20bbc3e](https://github.com/decentralized-identity/did-jwt/commit/20bbc3ebd6b69e4f07e6817004804abe23523835)), closes [#304](https://github.com/decentralized-identity/did-jwt/issues/304)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* The return types have changed for of `extractPublicKeyBytes()` and `multibaseToBytes()` from Uint8Arrays to Objects containing the `keyBytes: Uint8Array` and a decoded or inferred `keyType: string | undefined`
12+
113
## [7.4.7](https://github.com/decentralized-identity/did-jwt/compare/7.4.6...7.4.7) (2023-12-13)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "did-jwt",
3-
"version": "7.4.7",
3+
"version": "8.0.0",
44
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients",
55
"type": "module",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)