Skip to content

Commit

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

### Bug Fixes

* remove `exports` statement from package.json ([#182](#182)) ([5dbd6df](5dbd6df)), closes [#181](#181)
  • Loading branch information
semantic-release-bot committed Jun 2, 2021
1 parent 5dbd6df commit 4b2bcbf
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.5.2](https://github.com/decentralized-identity/did-jwt/compare/5.5.1...5.5.2) (2021-06-02)


### Bug Fixes

* remove `exports` statement from package.json ([#182](https://github.com/decentralized-identity/did-jwt/issues/182)) ([5dbd6df](https://github.com/decentralized-identity/did-jwt/commit/5dbd6df2308065c1abc03c89438589a4af274467)), closes [#181](https://github.com/decentralized-identity/did-jwt/issues/181)

## [5.5.1](https://github.com/decentralized-identity/did-jwt/compare/5.5.0...5.5.1) (2021-06-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": "5.5.1",
"version": "5.5.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 4b2bcbf

Please sign in to comment.