Skip to content

Commit

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

### Bug Fixes

* accept 32 or 64 bytes as keys for EdDSASigner ([#299](#299)) ([546f31c](546f31c)), closes [#289](#289)
  • Loading branch information
semantic-release-bot committed Sep 27, 2023
1 parent 546f31c commit e6fec34
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.1](https://github.com/decentralized-identity/did-jwt/compare/7.4.0...7.4.1) (2023-09-27)


### Bug Fixes

* accept 32 or 64 bytes as keys for EdDSASigner ([#299](https://github.com/decentralized-identity/did-jwt/issues/299)) ([546f31c](https://github.com/decentralized-identity/did-jwt/commit/546f31cd0f6baa5112c70da87a6111168fb6d57e)), closes [#289](https://github.com/decentralized-identity/did-jwt/issues/289)

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


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.4.0",
"version": "7.4.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 e6fec34

Please sign in to comment.