Skip to content

Commit d25ccbe

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](1.0.1...1.0.2) (2020-06-29) ### Bug Fixes * converting to jwt ([d7f9578](d7f9578)), closes [#37](#37) * **types:** widen types used as input ([c3e7a2e](c3e7a2e))
1 parent c3e7a2e commit d25ccbe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.2](https://github.com/decentralized-identity/did-jwt-vc/compare/1.0.1...1.0.2) (2020-06-29)
2+
3+
4+
### Bug Fixes
5+
6+
* converting to jwt ([d7f9578](https://github.com/decentralized-identity/did-jwt-vc/commit/d7f95783c73eaaa521eab1fb352881884b59f42c)), closes [#37](https://github.com/decentralized-identity/did-jwt-vc/issues/37)
7+
* **types:** widen types used as input ([c3e7a2e](https://github.com/decentralized-identity/did-jwt-vc/commit/c3e7a2e745145e985f60da7c343d9889d50e76dc))
8+
19
## [1.0.1](https://github.com/decentralized-identity/did-jwt-vc/compare/1.0.0...1.0.1) (2020-06-26)
210

311

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": "1.0.1",
3+
"version": "1.0.2",
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)