Skip to content

Commit 370531d

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](3.0.1...3.1.0) (2022-08-19) ### Features * export VC_JWT_ERROR as plain object ([#121](#121)) ([5f48d2a](5f48d2a)), closes [#120](#120)
1 parent 5f48d2a commit 370531d

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+
# [3.1.0](https://github.com/decentralized-identity/did-jwt-vc/compare/3.0.1...3.1.0) (2022-08-19)
2+
3+
4+
### Features
5+
6+
* export VC_JWT_ERROR as plain object ([#121](https://github.com/decentralized-identity/did-jwt-vc/issues/121)) ([5f48d2a](https://github.com/decentralized-identity/did-jwt-vc/commit/5f48d2af1d8e2d57a3af46e4be5c6199f715734c)), closes [#120](https://github.com/decentralized-identity/did-jwt-vc/issues/120)
7+
18
## [3.0.1](https://github.com/decentralized-identity/did-jwt-vc/compare/3.0.0...3.0.1) (2022-08-18)
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": "3.0.1",
3+
"version": "3.1.0",
44
"description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format",
55
"type": "module",
66
"source": "src/index.ts",

0 commit comments

Comments
 (0)