Skip to content

Commit

Permalink
chore(release): 2.1.14 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.14](2.1.13...2.1.14) (2022-08-03)

### Bug Fixes

* **deps:** update did-resolver and did-jwt dependencies ([#117](#117)) ([d07dd45](d07dd45))
  • Loading branch information
semantic-release-bot committed Aug 3, 2022
1 parent d07dd45 commit 4035790
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 @@
## [2.1.14](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.13...2.1.14) (2022-08-03)


### Bug Fixes

* **deps:** update did-resolver and did-jwt dependencies ([#117](https://github.com/decentralized-identity/did-jwt-vc/issues/117)) ([d07dd45](https://github.com/decentralized-identity/did-jwt-vc/commit/d07dd459d8f949463f728833e631629a92dbc009))

## [2.1.13](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.12...2.1.13) (2022-06-29)


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

0 comments on commit 4035790

Please sign in to comment.