Skip to content

Commit

Permalink
chore(release): 4.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.5.0](4.4.2...4.5.0) (2020-08-19)

### Features

* enable arbitrary payloads for JWS ([#126](#126)) ([5573e63](5573e63))
  • Loading branch information
semantic-release-bot committed Aug 19, 2020
1 parent 5573e63 commit 5ff3506
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 @@
# [4.5.0](https://github.com/decentralized-identity/did-jwt/compare/4.4.2...4.5.0) (2020-08-19)


### Features

* enable arbitrary payloads for JWS ([#126](https://github.com/decentralized-identity/did-jwt/issues/126)) ([5573e63](https://github.com/decentralized-identity/did-jwt/commit/5573e6390a30f088d5b6d298cf348b1ec58c3b92))

## [4.4.2](https://github.com/decentralized-identity/did-jwt/compare/4.4.1...4.4.2) (2020-08-18)


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": "4.4.2",
"version": "4.5.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 5ff3506

Please sign in to comment.