Skip to content

Commit 11c8813

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](2.0.2...2.1.0) (2021-04-08) ### Features * add ability to add to the JWT header of the VC/VP ([#71](#71)) ([79d2d76](79d2d76)), closes [#69](#69)
1 parent 79d2d76 commit 11c8813

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.0](https://github.com/decentralized-identity/did-jwt-vc/compare/2.0.2...2.1.0) (2021-04-08)
2+
3+
4+
### Features
5+
6+
* add ability to add to the JWT header of the VC/VP ([#71](https://github.com/decentralized-identity/did-jwt-vc/issues/71)) ([79d2d76](https://github.com/decentralized-identity/did-jwt-vc/commit/79d2d7696a5e929a574d2e0671fc1258f768e90e)), closes [#69](https://github.com/decentralized-identity/did-jwt-vc/issues/69)
7+
18
## [2.0.2](https://github.com/decentralized-identity/did-jwt-vc/compare/2.0.1...2.0.2) (2021-03-26)
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.0.2",
3+
"version": "2.1.0",
44
"description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format",
55
"main": "lib/index.js",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)