Skip to content

Commit

Permalink
chore(release): 7.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.4.0](7.3.0...7.4.0) (2023-09-27)

### Features

* interpret publicKeyMultibase as multicodec ([#298](#298)) ([bf76cea](bf76cea)), closes [#297](#297)
  • Loading branch information
semantic-release-bot committed Sep 27, 2023
1 parent bf76cea commit c1293c8
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.4.0](https://github.com/decentralized-identity/did-jwt/compare/7.3.0...7.4.0) (2023-09-27)


### Features

* interpret publicKeyMultibase as multicodec ([#298](https://github.com/decentralized-identity/did-jwt/issues/298)) ([bf76cea](https://github.com/decentralized-identity/did-jwt/commit/bf76ceab6b6b84b22919ccefeaeebbd973220d1b)), closes [#297](https://github.com/decentralized-identity/did-jwt/issues/297)

# [7.3.0](https://github.com/decentralized-identity/did-jwt/compare/7.2.8...7.3.0) (2023-09-23)


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.3.0",
"version": "7.4.0",
"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 c1293c8

Please sign in to comment.