Skip to content

Commit

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

### Bug Fixes

* export interfaces used for JWT verification ([#123](#123)) ([76229c5](76229c5))
* export more JWT interfaces ([#121](#121)) ([2fd049c](2fd049c))
  • Loading branch information
semantic-release-bot committed Aug 18, 2020
1 parent 0353505 commit 874005d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [4.4.1](https://github.com/decentralized-identity/did-jwt/compare/4.4.0...4.4.1) (2020-08-18)


### Bug Fixes

* export interfaces used for JWT verification ([#123](https://github.com/decentralized-identity/did-jwt/issues/123)) ([76229c5](https://github.com/decentralized-identity/did-jwt/commit/76229c5e7d567db95d842e44649c3f58fa7f1b1a))
* export more JWT interfaces ([#121](https://github.com/decentralized-identity/did-jwt/issues/121)) ([2fd049c](https://github.com/decentralized-identity/did-jwt/commit/2fd049ca38d39c33941bad7ae4383776618bbdbd))

# [4.4.0](https://github.com/decentralized-identity/did-jwt/compare/4.3.4...4.4.0) (2020-06-18)


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.4.0",
"version": "4.4.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 874005d

Please sign in to comment.