Skip to content

Commit

Permalink
chore(release): 6.11.7-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.11.7-alpha.1](6.11.6...6.11.7-alpha.1) (2023-04-03)

### Bug Fixes

* better handling of ESM dependencies in tests ([#277](#277)) ([2a7865e](2a7865e))
  • Loading branch information
semantic-release-bot committed Apr 3, 2023
1 parent 098b7a9 commit caf4ab3
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.11.7-alpha.1](https://github.com/decentralized-identity/did-jwt/compare/6.11.6...6.11.7-alpha.1) (2023-04-03)


### Bug Fixes

* better handling of ESM dependencies in tests ([#277](https://github.com/decentralized-identity/did-jwt/issues/277)) ([2a7865e](https://github.com/decentralized-identity/did-jwt/commit/2a7865e82d03af2b78a814ceea6e9879007f8b30))

## [6.11.6](https://github.com/decentralized-identity/did-jwt/compare/6.11.5...6.11.6) (2023-04-03)


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.11.6",
"version": "6.11.7-alpha.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 caf4ab3

Please sign in to comment.