From b7ab7418ded18ce3219813f935f94192b31fd1e9 Mon Sep 17 00:00:00 2001 From: Niels Klomp Date: Wed, 24 Apr 2024 23:50:19 +0200 Subject: [PATCH] chore: 0.6.4 release --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 975de51..b2c9344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 27683ca..181d20d 100644 --- a/package.json +++ b/package.json @@ -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",