Skip to content

Commit

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

### Bug Fixes

* avoid decoding jws twice in verification ([#95](#95)) ([bc95cb1](bc95cb1))
  • Loading branch information
semantic-release-bot committed Jun 8, 2020
1 parent bc95cb1 commit c869ca2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.3.4](https://github.com/decentralized-identity/did-jwt/compare/4.3.3...4.3.4) (2020-06-08)


### Bug Fixes

* avoid decoding jws twice in verification ([#95](https://github.com/decentralized-identity/did-jwt/issues/95)) ([bc95cb1](https://github.com/decentralized-identity/did-jwt/commit/bc95cb11c554f4e4022c1d1cabaa7383edcac845))

## [4.3.3](https://github.com/decentralized-identity/did-jwt/compare/4.3.2...4.3.3) (2020-05-29)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.3",
"version": "4.3.4",
"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 c869ca2

Please sign in to comment.