summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2022-05-18 16:56:07 -0700
committerMatthew Miller <matthew@millerti.me>2022-05-18 16:56:07 -0700
commit7fdfad13d33a63b13f04c8afe264d4c69c381b14 (patch)
tree2292af6f40da928fe03a2b32aa0b88907e8ef563
parentd3d69388f3039102fe0c48e7014de8433cc69251 (diff)
Update CHANGELOG to v5.2.1
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd3ce22..e0140c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## v5.2.1
+
+ - @simplewebauthn/browser@5.2.1
+ - @simplewebauthn/server@5.2.1
+ - @simplewebauthn/typescript-types@5.2.1
+
+**Changes:**
+
+- **[server]** `generateRegistrationOptions()` and `generateAuthenticationOptions()` will stop reporting typing errors for definitions of `excludeCredentials` and `allowCredentials` that were otherwise fine before v5.2.0 ([#203](https://github.com/MasterKale/SimpleWebAuthn/pull/203))
+- **[typescript-types]** The new `AuthenticatorTransportFuture` and `PublicKeyCredentialDescriptorFuture` have been added to track changes to WebAuthn that outpace TypeScript's DOM lib typings
+- **[browser]** Version sync
+
## v5.2.0
**Packages:**