Skip to content

Commit

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

### Bug Fixes

* support multiple pubkey encodings ([#139](#139)) ([c4ae63a](c4ae63a)), closes [#128](#128) [#127](#127)
  • Loading branch information
semantic-release-bot committed Nov 10, 2020
1 parent c4ae63a commit e5d9b22
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.3](https://github.com/decentralized-identity/did-jwt/compare/4.6.2...4.6.3) (2020-11-10)


### Bug Fixes

* support multiple pubkey encodings ([#139](https://github.com/decentralized-identity/did-jwt/issues/139)) ([c4ae63a](https://github.com/decentralized-identity/did-jwt/commit/c4ae63a689fef7b15f3ca8c19eb74e3557a010e8)), closes [#128](https://github.com/decentralized-identity/did-jwt/issues/128) [#127](https://github.com/decentralized-identity/did-jwt/issues/127)

## [4.6.2](https://github.com/decentralized-identity/did-jwt/compare/4.6.1...4.6.2) (2020-10-02)


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.6.2",
"version": "4.6.3",
"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 e5d9b22

Please sign in to comment.