Skip to content

Commit

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

### Bug Fixes

* add padding to bigints whose byte-length is expected ([#288](#288)) ([bfa8e71](bfa8e71)), closes [#283](#283)
  • Loading branch information
semantic-release-bot committed Jun 26, 2023
1 parent bfa8e71 commit d3e158e
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.3](https://github.com/decentralized-identity/did-jwt/compare/7.2.2...7.2.3) (2023-06-26)


### Bug Fixes

* add padding to bigints whose byte-length is expected ([#288](https://github.com/decentralized-identity/did-jwt/issues/288)) ([bfa8e71](https://github.com/decentralized-identity/did-jwt/commit/bfa8e714cbb104d7761e4e23f481c39675bbef31)), closes [#283](https://github.com/decentralized-identity/did-jwt/issues/283)

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


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.2",
"version": "7.2.3",
"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 d3e158e

Please sign in to comment.