Skip to content

Commit

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

### Bug Fixes

* **verifyJWT:** fix verification of JWT using EdDSA alg ([#142](#142)) ([12e2b88](12e2b88)), closes [#141](#141)
  • Loading branch information
semantic-release-bot committed Dec 8, 2020
1 parent 4049843 commit 9320d74
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.7.1](https://github.com/decentralized-identity/did-jwt/compare/4.7.0...4.7.1) (2020-12-08)


### Bug Fixes

* **verifyJWT:** fix verification of JWT using EdDSA alg ([#142](https://github.com/decentralized-identity/did-jwt/issues/142)) ([12e2b88](https://github.com/decentralized-identity/did-jwt/commit/12e2b887f74312b0735b8790182b7a220191ad8c)), closes [#141](https://github.com/decentralized-identity/did-jwt/issues/141)

# [4.7.0](https://github.com/decentralized-identity/did-jwt/compare/4.6.3...4.7.0) (2020-11-20)


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.7.0",
"version": "4.7.1",
"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 9320d74

Please sign in to comment.