Skip to content

Commit

Permalink
chore(release): 6.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.2.0](6.1.2...6.2.0) (2022-06-24)

### Features

* add Ed25519VerificationKey2020 & JsonWebKey2020 as accepted methods ([#235](#235)) ([60987e0](60987e0))
  • Loading branch information
semantic-release-bot committed Jun 24, 2022
1 parent 60987e0 commit da2bf59
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.2.0](https://github.com/decentralized-identity/did-jwt/compare/6.1.2...6.2.0) (2022-06-24)


### Features

* add Ed25519VerificationKey2020 & JsonWebKey2020 as accepted methods ([#235](https://github.com/decentralized-identity/did-jwt/issues/235)) ([60987e0](https://github.com/decentralized-identity/did-jwt/commit/60987e0025b1fd45e4a8e583a8c1e28df403fa0b))

## [6.1.2](https://github.com/decentralized-identity/did-jwt/compare/6.1.1...6.1.2) (2022-06-06)


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.1.2",
"version": "6.2.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 da2bf59

Please sign in to comment.