diff options
author | Matthew Miller <matthew@millerti.me> | 2022-07-28 15:26:27 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-07-28 15:26:27 -0700 |
commit | fe715eff0739c7b58e90fbaf271c4b0ef3337e94 (patch) | |
tree | f6da122b6604a7541a85dc6e94d47e6c959c2f04 | |
parent | b61e0dbcc5f5e5b98a2a051ec8688dbf85e33063 (diff) |
Update CHANGELOG to v5.4.0
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a6db01..4305d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v5.4.0 + +**Packages:** + +- @simplewebauthn/browser@5.4.0 +- @simplewebauthn/server@5.4.0 +- @simplewebauthn/typescript-types@5.4.0 + +**Changes:** + +- **[server]** `verifyRegistrationResponse()` and `verifyAuthenticationResponse()` now return authenticator extension data upon successful verification as the new `authenticatorExtensionResults` property ([#230](https://github.com/MasterKale/SimpleWebAuthn/pull/230)) +- **[browser]** Code quality improvements +- **[typescript-types]** Code quality improvements + ## v5.3.0 **Packages:** |