Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Jan 18, 2024
1 parent 7f3caaa commit e750697
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 @@
# [4.0.0](https://github.com/decentralized-identity/did-jwt-vc/compare/3.2.15...4.0.0) (2024-01-18)


### Bug Fixes

* **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))


### BREAKING CHANGES

* **deps:** the updated `did-jwt` library includes some breaking changes so we are bumping the major version here too for safety

## [3.2.15](https://github.com/decentralized-identity/did-jwt-vc/compare/3.2.14...3.2.15) (2023-12-12)


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-vc",
"version": "3.2.15",
"version": "4.0.0",
"description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit e750697

Please sign in to comment.