Skip to content

Commit

Permalink
chore: 0.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Apr 24, 2024
1 parent 26c6d09 commit b7ab741
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
The DID Auth SIOP typescript library is still in an beta state at this point. Please note that the interfaces might
still change a bit as the software still is in active development.

## 0.6.4 - 2024-04-24
- Fixed:
- Success event was emitted even though presentation verification callback failed
- Always verify nonces, extract them from VP
- Updated:
- Update to latest @sphereon/ssi-types


## 0.6.3 - 2024-03-20
- Updated:
- Update to latest @sphereon/ssi-types, including the latest @sd-jwt packages
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/did-auth-siop",
"version": "0.6.4-unstable.0",
"version": "0.6.4",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit b7ab741

Please sign in to comment.