Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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`
  • Loading branch information
semantic-release-bot committed Jan 18, 2024
1 parent 20bbc3e commit 57461ab
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [8.0.0](https://github.com/decentralized-identity/did-jwt/compare/7.4.7...8.0.0) (2024-01-18)


### Features

* 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)


### 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`

## [7.4.7](https://github.com/decentralized-identity/did-jwt/compare/7.4.6...7.4.7) (2023-12-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "did-jwt",
"version": "7.4.7",
"version": "8.0.0",
"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",
Expand Down

0 comments on commit 57461ab

Please sign in to comment.