Skip to content

Commit

Permalink
chore(release): 2.1.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.3](2.1.2...2.1.3) (2021-06-16)

### Bug Fixes

* w3c additional props should not be overwritten inside JWT ([#78](#78)) ([d2a5c44](d2a5c44))
  • Loading branch information
semantic-release-bot committed Jun 16, 2021
1 parent d2a5c44 commit dc2648e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit dc2648e

Please sign in to comment.