Skip to content

Commit e750697

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](3.2.15...4.0.0) (2024-01-18) ### Bug Fixes * **deps:** Update dependency did-jwt to v8 ([#146](#146)) ([7f3caaa](7f3caaa)) ### BREAKING CHANGES * **deps:** the updated `did-jwt` library includes some breaking changes so we are bumping the major version here too for safety
1 parent 7f3caaa commit e750697

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/decentralized-identity/did-jwt-vc/compare/3.2.15...4.0.0) (2024-01-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** Update dependency did-jwt to v8 ([#146](https://github.com/decentralized-identity/did-jwt-vc/issues/146)) ([7f3caaa](https://github.com/decentralized-identity/did-jwt-vc/commit/7f3caaab51d0278beb910f5e2fee38aa244956a4))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **deps:** the updated `did-jwt` library includes some breaking changes so we are bumping the major version here too for safety
12+
113
## [3.2.15](https://github.com/decentralized-identity/did-jwt-vc/compare/3.2.14...3.2.15) (2023-12-12)
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-vc",
3-
"version": "3.2.15",
3+
"version": "4.0.0",
44
"description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format",
55
"type": "module",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)