Skip to content

Commit

Permalink
chore(release): 7.2.4 [skip ci]
Browse files Browse the repository at this point in the history
## [7.2.4](7.2.3...7.2.4) (2023-06-26)

### Bug Fixes

* **deps:** update dependency multiformats to v12 ([#285](#285)) ([90b2d68](90b2d68))
  • Loading branch information
semantic-release-bot committed Jun 26, 2023
1 parent 90b2d68 commit 8b2fd49
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 @@
## [7.2.4](https://github.com/decentralized-identity/did-jwt/compare/7.2.3...7.2.4) (2023-06-26)


### Bug Fixes

* **deps:** update dependency multiformats to v12 ([#285](https://github.com/decentralized-identity/did-jwt/issues/285)) ([90b2d68](https://github.com/decentralized-identity/did-jwt/commit/90b2d68e321dda12f04e796b7c2e4fb0e7fddd80))

## [7.2.3](https://github.com/decentralized-identity/did-jwt/compare/7.2.2...7.2.3) (2023-06-26)


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": "7.2.3",
"version": "7.2.4",
"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 8b2fd49

Please sign in to comment.