Skip to content

Commit

Permalink
chore(release): 2.1.8 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.8](2.1.7...2.1.8) (2021-11-23)

### Bug Fixes

* normalizeCredential overwrite of "evidence" when "vc" is missing ([#86](#86)) ([0039298](0039298))
  • Loading branch information
semantic-release-bot committed Nov 23, 2021
1 parent 0039298 commit 0fa7cf6
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.8](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.7...2.1.8) (2021-11-23)


### Bug Fixes

* normalizeCredential overwrite of "evidence" when "vc" is missing ([#86](https://github.com/decentralized-identity/did-jwt-vc/issues/86)) ([0039298](https://github.com/decentralized-identity/did-jwt-vc/commit/003929800f5310cf88af8618f3a19a41c05e859e))

## [2.1.7](https://github.com/decentralized-identity/did-jwt-vc/compare/2.1.6...2.1.7) (2021-08-31)


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.7",
"version": "2.1.8",
"description": "Create and verify W3C Verifiable Credentials and Presentations in JWT format",
"source": "src/index.ts",
"main": "./lib/index.js",
Expand Down

0 comments on commit 0fa7cf6

Please sign in to comment.