Skip to content

Commit

Permalink
Release v1.33.0 (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchapel authored May 16, 2024
1 parent 04f60c8 commit 2dacc94
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.33.0] - 2024-05-16
- Add support for account recovery and passkey reset
- Make WebAuthn origin configurable

## [1.32.2] - 2023-03-21
## [1.32.2] - 2024-03-21
- Add support for discoverable passkey login

## [1.32.1] - 2023-01-18
## [1.32.1] - 2024-01-18
- Fix never resolved promise in verifyPasswordless with useWebMessage
- Address custom field support
## [1.32.0] - 2023-01-05
## [1.32.0] - 2024-01-05
- Add locale variable
## [1.31.0] - 2023-12-21
- Modify verifyPasswordless signature (adding AuthOptions)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reachfive/identity-core",
"version": "1.32.2",
"version": "1.33.0",
"description": "ReachFive Identity Web Core SDK",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 2dacc94

Please sign in to comment.