Skip to content

Commit

Permalink
chore: prepare for 0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Dec 3, 2021
1 parent e70e243 commit 6a56493
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# Release Notes
## v5.0.1 - 2021-12-03
Fixed json path issue in library responses.
## v0.5.1 - 2021-12-03
Fixed json path issue in library responses.
Added a verifiableCredential array to almost all responses that corresponds to the json paths in the same response

- Fixed:
- json path of the verifiableCredentials, now start at presentation object root in a VP

- Updated:
- added verifiableCredential (list) to return params of evaluatePresentation
- added verifiableCredential (list) to return params of evaluateCredentials
- selectFrom response changed to have "verifiableCredential" instead of "selectableVerifiableCredential"
- json path of the verifiableCredentials, now start at presentation object root
- renamed matches in submissionRequirementMatches to vc_path

## v0.5.0 - 2021-11-29
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": "@sphereon/pe-js",
"version": "0.5.1-unstable.1",
"version": "0.5.1",
"description": "A Typescript implementation of the DIF Presentation Exchange specification.",
"main": "dist/main/index.js",
"module": "dist/module/index.js",
Expand Down

0 comments on commit 6a56493

Please sign in to comment.