Skip to content

Commit

Permalink
chore(release): 5.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.3.0](5.2.0...5.3.0) (2021-05-11)

### Features

* use multiple keyAgreementKeys when creating JWE ([#166](#166)) ([e327ef2](e327ef2))
  • Loading branch information
semantic-release-bot committed May 11, 2021
1 parent e327ef2 commit 372c38e
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 @@
# [5.3.0](https://github.com/decentralized-identity/did-jwt/compare/5.2.0...5.3.0) (2021-05-11)


### Features

* use multiple keyAgreementKeys when creating JWE ([#166](https://github.com/decentralized-identity/did-jwt/issues/166)) ([e327ef2](https://github.com/decentralized-identity/did-jwt/commit/e327ef2a2af6f351079374c75fd473e3d9f38c74))

# [5.2.0](https://github.com/decentralized-identity/did-jwt/compare/5.1.2...5.2.0) (2021-04-22)


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": "5.2.0",
"version": "5.3.0",
"description": "Library for Signing and Verifying JWTs compatible uPort and DID standards",
"main": "lib/index.js",
"source": "src/index.ts",
Expand Down

0 comments on commit 372c38e

Please sign in to comment.