Skip to content

Commit

Permalink
Merge pull request #213 from ReachFive/release/v1.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moust authored Nov 9, 2023
2 parents ebeea52 + d9b192f commit 983d0e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.30.1] - 2023-11-09
- Make profile properties optionals in updateProfile's data param type

## [1.30.0] - 2023-11-07
- Remove unnecessary access token parameter from verifyMfaPasswordless method

Expand Down Expand Up @@ -395,7 +398,9 @@ Automatise the deployment of a new release with `circleci`.
- Implement `tslint`.
- Remove `yarn`.

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

[1.30.1]: https://github.com/ReachFive/identity-web-core-sdk/compare/v1.30.0...v1.30.1

[1.30.0]: https://github.com/ReachFive/identity-web-core-sdk/compare/v1.29.1...v1.30.0

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.30.0",
"version": "1.30.1",
"description": "ReachFive Identity Web Core SDK",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 983d0e7

Please sign in to comment.