Skip to content

Commit 9cce8e1

Browse files
chore(release): 2.1.7 [skip ci]
## [2.1.7](2.1.6...2.1.7) (2021-08-31) ### Bug Fixes * forward JWT options when creating a VC or VP ([#90](#90)) ([13cea08](13cea08)), closes [#89](#89)
1 parent 13cea08 commit 9cce8e1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.7](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.6...2.1.7) (2021-08-31)
2+
3+
4+
### Bug Fixes
5+
6+
* forward JWT options when creating a VC or VP ([#90](https://github.com/decentralized-identity/did-jwt-vc/issues/90)) ([13cea08](https://github.com/decentralized-identity/did-jwt-vc/commit/13cea0868a8126b9314b27283e72f6f3325eb943)), closes [#89](https://github.com/decentralized-identity/did-jwt-vc/issues/89)
7+
18
## [2.1.6](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.5...2.1.6) (2021-07-22)
29

310

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": "2.1.6",
3+
"version": "2.1.7",
44
"description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format",
55
"source": "src/index.ts",
66
"main": "./lib/index.js",

0 commit comments

Comments
 (0)