Skip to content

Commit 7e8ece9

Browse files
chore(release): 1.0.7 [skip ci]
## [1.0.7](1.0.6...1.0.7) (2021-01-18) ### Bug Fixes * **deps:** bump dependencies and fix type issues ([#55](#55)) ([a169cd3](a169cd3)), closes [#52](#52) [#53](#53)
1 parent a169cd3 commit 7e8ece9

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+
## [1.0.7](https://github.com/decentralized-identity/did-jwt-vc/compare/1.0.6...1.0.7) (2021-01-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump dependencies and fix type issues ([#55](https://github.com/decentralized-identity/did-jwt-vc/issues/55)) ([a169cd3](https://github.com/decentralized-identity/did-jwt-vc/commit/a169cd38c975c62e402d5c96b7c010c30b86ff35)), closes [#52](https://github.com/decentralized-identity/did-jwt-vc/issues/52) [#53](https://github.com/decentralized-identity/did-jwt-vc/issues/53)
7+
18
## [1.0.6](https://github.com/decentralized-identity/did-jwt-vc/compare/1.0.5...1.0.6) (2020-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": "1.0.6",
3+
"version": "1.0.7",
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)