Skip to content

Commit

Permalink
Merge pull request #598 from frontegg/release/next
Browse files Browse the repository at this point in the history
v7.11.1
  • Loading branch information
TomerFrontegg authored Dec 29, 2024
2 parents ae86fff + 2feb1ba commit effaa1e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# Change Log

## [7.11.1](https://github.com/frontegg/frontegg-angular/compare/v7.11.0...v7.11.1) (2024-12-29)

- FR-19191 - Fixed infinite loop on get ip metadata


# Change Log

## [7.11.0](https://github.com/frontegg/frontegg-angular/compare/v7.10.0...v7.10.1) (2024-12-24)
Expand Down
4 changes: 2 additions & 2 deletions projects/frontegg-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontegg/angular",
"version": "7.11.0",
"version": "7.11.1",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=12.0.0",
Expand All @@ -13,4 +13,4 @@
"stream": "^0.0.2",
"tslib": "^2.0.0"
}
}
}
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: '7.11.0' };
export default { version: '7.11.1' };

0 comments on commit effaa1e

Please sign in to comment.