Skip to content

Commit

Permalink
Update CHANGELOG for v8.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Jan 20, 2024
1 parent dd387e6 commit e9810d9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v8.3.7

### Packages

- @simplewebauthn/browser@8.3.7
- @simplewebauthn/server@8.3.7

### Changes

- **[browser]** The `WebAuthnError` class can now be imported from `@simplewebauthn/browser` for
simpler error detection and handling when calling `startRegistration()` and
`startAuthentication()` ([#505](https://github.com/MasterKale/SimpleWebAuthn/pull/505), with
thanks to @zoontek)
- **[server]** The `COSEPublicKeyEC2`, `COSEPublicKeyOKP`, and `COSEPublicKeyRSA` types can now be
imported from `@simplwebauthn/server/helpers` to help type possible return values from
`decodeCredentialPublicKey()` ([#504](https://github.com/MasterKale/SimpleWebAuthn/pull/504), with
thanks to @mmv08)
- **[server]** Custom challenge strings passed to `generateRegistrationOptions()` will now be
treated as UTF-8 strings to align with the existing behavior of `generateAuthenticationOptions()`
([#507](https://github.com/MasterKale/SimpleWebAuthn/pull/507))

## v8.3.6

### Packages
Expand Down

0 comments on commit e9810d9

Please sign in to comment.