Skip to content

Commit

Permalink
Update CHANGELOG to v6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Sep 29, 2022
1 parent 8b75f08 commit e819e8f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**
Expand All @@ -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

Expand Down

0 comments on commit e819e8f

Please sign in to comment.