Skip to content

Commit

Permalink
chore(release): 5.6.2 [skip ci]
Browse files Browse the repository at this point in the history
## [5.6.2](5.6.1...5.6.2) (2021-06-25)

### Bug Fixes

* add better error messages ([#189](#189)) ([db8f93a](db8f93a))
  • Loading branch information
semantic-release-bot committed Jun 25, 2021
1 parent db8f93a commit 95ed468
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.6.2](https://github.com/decentralized-identity/did-jwt/compare/5.6.1...5.6.2) (2021-06-25)


### Bug Fixes

* add better error messages ([#189](https://github.com/decentralized-identity/did-jwt/issues/189)) ([db8f93a](https://github.com/decentralized-identity/did-jwt/commit/db8f93a2d3e0457ad00f8c32a3925da1a8265f93))

## [5.6.1](https://github.com/decentralized-identity/did-jwt/compare/5.6.0...5.6.1) (2021-06-11)


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.6.1",
"version": "5.6.2",
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients",
"source": "src/index.ts",
"main": "./lib/index.js",
Expand Down

0 comments on commit 95ed468

Please sign in to comment.