Skip to content

Commit 223f8d6

Browse files
chore(release): 1.0.3 [skip ci]
## [1.0.3](1.0.2...1.0.3) (2020-07-02) ### Bug Fixes * stop input from being mutated by converter methods ([#41](#41)) ([346e6f7](346e6f7))
1 parent 346e6f7 commit 223f8d6

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.3](https://github.com/decentralized-identity/did-jwt-vc/compare/1.0.2...1.0.3) (2020-07-02)
2+
3+
4+
### Bug Fixes
5+
6+
* stop input from being mutated by converter methods ([#41](https://github.com/decentralized-identity/did-jwt-vc/issues/41)) ([346e6f7](https://github.com/decentralized-identity/did-jwt-vc/commit/346e6f7f61ade7c669f38bc1e6dcb42ad8a0ba34))
7+
18
## [1.0.2](https://github.com/decentralized-identity/did-jwt-vc/compare/1.0.1...1.0.2) (2020-06-29)
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.2",
3+
"version": "1.0.3",
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)