From e819e8f1002fee6e738435e0e20f358906d19f99 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Wed, 28 Sep 2022 21:21:08 -0700 Subject: [PATCH] Update CHANGELOG to v6.2.1 --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54c1c8e7..1e654fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v6.2.1 + +**Packages:** + +- @simplewebauthn/browser@6.2.1 +- @simplewebauthn/server@6.2.1 +- @simplewebauthn/testing@6.2.1 +- @simplewebauthn/typescript-types@6.2.1 + +**Changes:** + +- [browser] Multiple calls to `startRegistration()` and `startAuthentication()` will now more reliably cancel the preceding call ([#275](https://github.com/MasterKale/SimpleWebAuthn/pull/275)) +- [server] Version sync +- [testing] Version sync +- [typescript-types] Version sync + ## v6.2.0 **Packages:** @@ -8,7 +24,7 @@ **Changes:** -- **[server]** The value of the user verification flag is now returned from `verifyAuthenticationResponse()` as `authenticationInfo.userVerified`, similar to how `verifyRegistrationResponse()` currently returns this value. +- **[server]** The value of the user verification flag is now returned from `verifyAuthenticationResponse()` as `authenticationInfo.userVerified`, similar to how `verifyRegistrationResponse()` currently returns this value ([#263](https://github.com/MasterKale/SimpleWebAuthn/pull/263)) ## v6.1.0