Skip to content

Commit

Permalink
Release v1.34.0 (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
nbrr authored Nov 7, 2024
1 parent 3cde7ae commit cdb1e4c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ 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.34.0] - 2024-11-07
- Add support for passkey additional information.
- Allow specifying Google variant to use with One Tap.
- Use local storage instead of session storage for code verifier.

## [1.33.0] - 2024-05-16
- Add support for account recovery and passkey reset
Expand Down Expand Up @@ -414,7 +418,13 @@ Automatise the deployment of a new release with `circleci`.
- Implement `tslint`.
- Remove `yarn`.

[Unreleased]: https://github.com/ReachFive/identity-web-core-sdk/compare/v1.32.1...HEAD
[Unreleased]: https://github.com/ReachFive/identity-web-core-sdk/compare/v1.34.0...HEAD

[1.34.0]:https://github.com/ReachFive/identity-web-core-sdk/compare/v1.33.0...v1.34.0

[1.32.2]: https://github.com/ReachFive/identity-web-core-sdk/compare/v1.32.2...v1.33.0

[1.32.2]: https://github.com/ReachFive/identity-web-core-sdk/compare/v1.32.1...v1.32.2

[1.32.1]: https://github.com/ReachFive/identity-web-core-sdk/compare/v1.32.0...v1.32.1

Expand Down
2 changes: 1 addition & 1 deletion 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.33.0",
"version": "1.34.0",
"description": "ReachFive Identity Web Core SDK",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit cdb1e4c

Please sign in to comment.