Skip to content

Commit

Permalink
chore(release): 6.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.2.1](6.2.0...6.2.1) (2022-07-21)

### Bug Fixes

* remove nullish coalescing operator ([#237](#237)) ([8cf01de](8cf01de)), closes [#236](#236)
  • Loading branch information
semantic-release-bot committed Jul 21, 2022
1 parent 8cf01de commit 5550785
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 @@
## [6.2.1](https://github.com/decentralized-identity/did-jwt/compare/6.2.0...6.2.1) (2022-07-21)


### Bug Fixes

* remove nullish coalescing operator ([#237](https://github.com/decentralized-identity/did-jwt/issues/237)) ([8cf01de](https://github.com/decentralized-identity/did-jwt/commit/8cf01de0a7c47cba4a9bdf2b1a13396febdee7e3)), closes [#236](https://github.com/decentralized-identity/did-jwt/issues/236)

# [6.2.0](https://github.com/decentralized-identity/did-jwt/compare/6.1.2...6.2.0) (2022-06-24)


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": "6.2.0",
"version": "6.2.1",
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit 5550785

Please sign in to comment.