Skip to content

Commit

Permalink
chore(release): 6.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.10.0](6.9.0...6.10.0) (2022-11-28)

### Features

* support JsonWebKey for ES256K(-R)([#259](#259)) ([f9f1aeb](f9f1aeb))
  • Loading branch information
semantic-release-bot committed Nov 28, 2022
1 parent f9f1aeb commit be57ae9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [6.10.0](https://github.com/decentralized-identity/did-jwt/compare/6.9.0...6.10.0) (2022-11-28)


### Features

* support JsonWebKey for ES256K(-R)([#259](https://github.com/decentralized-identity/did-jwt/issues/259)) ([f9f1aeb](https://github.com/decentralized-identity/did-jwt/commit/f9f1aebb33ef8adfe2200a5d0e365a0c12042098))

# [6.9.0](https://github.com/decentralized-identity/did-jwt/compare/6.8.0...6.9.0) (2022-10-15)


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": "6.9.0",
"version": "6.10.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 be57ae9

Please sign in to comment.