diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f08bef..8a663f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.1.3](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.2...2.1.3) (2021-06-16) + + +### Bug Fixes + +* w3c additional props should not be overwritten inside JWT ([#78](https://github.com/decentralized-identity/did-jwt-vc/issues/78)) ([d2a5c44](https://github.com/decentralized-identity/did-jwt-vc/commit/d2a5c443f3ca9696fe9e15b9e8d5af8e004851a0)) + ## [2.1.2](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.1...2.1.2) (2021-05-28) diff --git a/package.json b/package.json index b2f3b24..05d86e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "did-jwt-vc", - "version": "2.1.2", + "version": "2.1.3", "description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format", "main": "lib/index.js", "source": "src/index.ts",