diff options
author | Matthew Miller <matthew@millerti.me> | 2023-02-08 21:27:28 -0800 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-02-08 21:27:28 -0800 |
commit | 0cd105ce012f69201ade007f0a8bcb844aecc99c (patch) | |
tree | f904a02a3b8efe0e2f965297306f35b0c243ad75 | |
parent | c26df4309443f11045e6ed1474812f89ee3868e7 (diff) |
Update CHANGELOG to v7.1.0
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 214764f..5169b5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v7.1.0 + +**Packages:** + +- @simplewebauthn/browser@7.1.0 + +**Changes:** + +- **[browser]** `startRegistration()` and `startAuthentication()` now pass through all `NotAllowedError`'s without trying to interpret what caused them ([#353](https://github.com/MasterKale/SimpleWebAuthn/pull/353)) + ## v7.0.1 **Packages:** |