Skip to content

Commit

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

### Bug Fixes

* **build:** non-minified outputs and better handling of strict mode ([#175](#175)) ([029b429](029b429)), closes [#173](#173) [#174](#174)
* **ci:** add GH push ability to build bot ([e50edf6](e50edf6))
  • Loading branch information
semantic-release-bot committed Jun 2, 2021
1 parent e50edf6 commit 9bea758
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 @@
## [5.5.1](https://github.com/decentralized-identity/did-jwt/compare/5.5.0...5.5.1) (2021-06-02)


### Bug Fixes

* **build:** non-minified outputs and better handling of strict mode ([#175](https://github.com/decentralized-identity/did-jwt/issues/175)) ([029b429](https://github.com/decentralized-identity/did-jwt/commit/029b429aa5fd9e1bc57ad6013c71a644f7b885ff)), closes [#173](https://github.com/decentralized-identity/did-jwt/issues/173) [#174](https://github.com/decentralized-identity/did-jwt/issues/174)
* **ci:** add GH push ability to build bot ([e50edf6](https://github.com/decentralized-identity/did-jwt/commit/e50edf6715272d10ca2accae2a73014d696f9c52))

# [5.5.0](https://github.com/decentralized-identity/did-jwt/compare/5.4.1...5.5.0) (2021-05-31)


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.0",
"version": "5.5.1",
"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 9bea758

Please sign in to comment.