Skip to content

Commit

Permalink
chore(release): 6.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.1.0](6.0.0...6.1.0) (2022-05-17)

### Features

* support Ed25519 publicKeyJwk ([#227](#227)) ([fd81edb](fd81edb))
  • Loading branch information
semantic-release-bot committed May 17, 2022
1 parent fd81edb commit cbbfdca
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.1.0](https://github.com/decentralized-identity/did-jwt/compare/6.0.0...6.1.0) (2022-05-17)


### Features

* support Ed25519 publicKeyJwk ([#227](https://github.com/decentralized-identity/did-jwt/issues/227)) ([fd81edb](https://github.com/decentralized-identity/did-jwt/commit/fd81edb0aa3f9aafcd8ea9eff7f7b6f8c50ffac5))

# [6.0.0](https://github.com/decentralized-identity/did-jwt/compare/5.12.4...6.0.0) (2022-04-04)


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.0.0",
"version": "6.1.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 cbbfdca

Please sign in to comment.