Skip to content

Commit

Permalink
Update CHANGELOG for v13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Jan 13, 2025
1 parent faf5fe8 commit 186795b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v13.1.0

**Changes:**

- **[server]** The `cross-fetch` dependency has been removed from the project to silence in the
console `DeprecationWarning`'s about a "`punycode`" module
([#661](https://github.com/MasterKale/SimpleWebAuthn/pull/661))
- **[browser]** `startRegistration()` and `startAuthentication()` will now warn about calls made
using the pre-v11 call structure to encourage refactoring to use the current call structure, but
still try to handle such calls the best they can
([#664](https://github.com/MasterKale/SimpleWebAuthn/pull/664))

## v13.0.0 - The one where they share a type

Hot on the heels of the last major release, v13 introduces support for registration hints! Refined
Expand Down

0 comments on commit 186795b

Please sign in to comment.