Skip to content

Commit b89e538

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](3.1.4...3.2.0) (2023-05-09) ### Features * support credentials using ConditionalProof2022 ([#133](#133)) ([6cc9bed](6cc9bed))
1 parent 6cc9bed commit b89e538

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [3.2.0](https://github.com/decentralized-identity/did-jwt-vc/compare/3.1.4...3.2.0) (2023-05-09)
2+
3+
4+
### Features
5+
6+
* support credentials using ConditionalProof2022 ([#133](https://github.com/decentralized-identity/did-jwt-vc/issues/133)) ([6cc9bed](https://github.com/decentralized-identity/did-jwt-vc/commit/6cc9bed2bda35d60ef29e1e4cd9318f89e2d2f70))
7+
18
## [3.1.4](https://github.com/decentralized-identity/did-jwt-vc/compare/3.1.3...3.1.4) (2023-05-04)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "did-jwt-vc",
3-
"version": "3.1.4",
3+
"version": "3.2.0",
44
"description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format",
55
"type": "module",
66
"source": "src/index.ts",
@@ -83,4 +83,4 @@
8383
"engines": {
8484
"node": ">=18"
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)