Skip to content

Commit d6e3f75

Browse files
chore(release): 9.0.0-alpha.1 [skip ci]
# [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
1 parent 69b2a0d commit d6e3f75

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [9.0.0-alpha.1](https://github.com/decentralized-identity/did-jwt/compare/8.0.6...9.0.0-alpha.1) (2025-01-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **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)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **deps:** this updates multiformats and uint8arrays dependencies to versions that only publish ESM variants
12+
113
## [8.0.6](https://github.com/decentralized-identity/did-jwt/compare/8.0.5...8.0.6) (2025-01-15)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "did-jwt",
3-
"version": "8.0.6",
3+
"version": "9.0.0-alpha.1",
44
"description": "Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients",
55
"type": "module",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)