Skip to content

Commit

Permalink
chore(release): 4.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.6.0](4.5.1...4.6.0) (2020-10-01)

### Features

* add support for low level JWE functions ([#132](#132)) ([dc4e78b](dc4e78b))
  • Loading branch information
semantic-release-bot committed Oct 1, 2020
1 parent dc4e78b commit 57ad660
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.6.0](https://github.com/decentralized-identity/did-jwt/compare/4.5.1...4.6.0) (2020-10-01)


### Features

* add support for low level JWE functions ([#132](https://github.com/decentralized-identity/did-jwt/issues/132)) ([dc4e78b](https://github.com/decentralized-identity/did-jwt/commit/dc4e78b371a30b27587de25e9dacf56b825cd22b))

## [4.5.1](https://github.com/decentralized-identity/did-jwt/compare/4.5.0...4.5.1) (2020-08-31)


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.5.1",
"version": "4.6.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 57ad660

Please sign in to comment.