Skip to content

Commit 92dc532

Browse files
chore(release): 2.1.4 [skip ci]
## [2.1.4](2.1.3...2.1.4) (2021-07-13) ### Bug Fixes * allow VPs without VCs ([#83](#83)) ([e534b4d](e534b4d))
1 parent e534b4d commit 92dc532

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.4](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.3...2.1.4) (2021-07-13)
2+
3+
4+
### Bug Fixes
5+
6+
* allow VPs without VCs ([#83](https://github.com/decentralized-identity/did-jwt-vc/issues/83)) ([e534b4d](https://github.com/decentralized-identity/did-jwt-vc/commit/e534b4dc1747da1071d489c2301e18e28f24f56b))
7+
18
## [2.1.3](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.2...2.1.3) (2021-06-16)
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.3",
3+
"version": "2.1.4",
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)