Skip to content

Commit f6fbaf4

Browse files
chore(release): 0.1.6 [skip ci]
## [0.1.6](0.1.5...0.1.6) (2020-04-28) ### Bug Fixes * Issuer alg is optional ([5a4b016](5a4b016))
1 parent 7539c76 commit f6fbaf4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## [0.1.6](https://github.com/decentralized-identity/did-jwt-vc/compare/0.1.5...0.1.6) (2020-04-28)
2+
3+
4+
### Bug Fixes
5+
6+
* Issuer alg is optional ([5a4b016](https://github.com/decentralized-identity/did-jwt-vc/commit/5a4b016e0884af69362cfb10c73e6e89296739c2))

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)