Skip to content

Commit

Permalink
chore(release): publish 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frontegg committed Oct 11, 2023
1 parent 13f6a81 commit 2cf7244
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Change Log

## [6.5.0](https://github.com/frontegg/frontegg-angular/compare/v6.4.0...v6.5.0) (2023-10-11)

- FR-13798 - Added support for login with SMS

- FR-13364 - Improved validations text for sign in form
- FR-13737 - Changed breached password page to be shown just for block breached password policy
- FR-13665 - Enhance hasPermission with inEntitled in admin portal in case entitlements is enabled

# Change Log

## [6.4.0](https://github.com/frontegg/frontegg-angular/compare/v6.3.0...v6.4.0) (2023-10-4)
Expand Down
2 changes: 1 addition & 1 deletion projects/frontegg-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontegg/angular",
"version": "6.4.0",
"version": "6.5.0",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/frontegg-app/src/sdkVersion.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { version: '6.4.0' };
export default { version: '6.5.0' };

0 comments on commit 2cf7244

Please sign in to comment.