Skip to content

Commit

Permalink
chore(release): 9.0.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0-alpha.1](8.0.6...9.0.0-alpha.1) (2025-01-16)

### Bug Fixes

* **deps:** update dependencies ([#320](#320)) ([69b2a0d](69b2a0d)), closes [#312](#312)

### BREAKING CHANGES

* **deps:** this updates multiformats and uint8arrays dependencies to versions that only publish ESM variants
  • Loading branch information
semantic-release-bot committed Jan 16, 2025
1 parent 69b2a0d commit d6e3f75
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [9.0.0-alpha.1](https://github.com/decentralized-identity/did-jwt/compare/8.0.6...9.0.0-alpha.1) (2025-01-16)


### Bug Fixes

* **deps:** update dependencies ([#320](https://github.com/decentralized-identity/did-jwt/issues/320)) ([69b2a0d](https://github.com/decentralized-identity/did-jwt/commit/69b2a0d20990946fc8c881dc8002b720c6632c00)), closes [#312](https://github.com/decentralized-identity/did-jwt/issues/312)


### BREAKING CHANGES

* **deps:** this updates multiformats and uint8arrays dependencies to versions that only publish ESM variants

## [8.0.6](https://github.com/decentralized-identity/did-jwt/compare/8.0.5...8.0.6) (2025-01-15)


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": "8.0.6",
"version": "9.0.0-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 d6e3f75

Please sign in to comment.