Skip to content

Commit

Permalink
Promote 1.2.2 to stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnutter committed Mar 24, 2020
1 parent 79f2f94 commit 9d91570
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/msal-core/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
* Properly remove temporary cache entries. (#1339)
* Always send back the accessToken and scopes if the response includes them. (#1351)
* Ensure silent operations timeout if the iframe never returns to the app domain. (#1354)
* Ensure hidden iframes are properly removed. (#1415)

## Logging / Telemetry
* Add telemetry for `acquireTokenSilent`. (#1388)
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-core/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 lib/msal-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
},
"version": "1.2.2-beta.3",
"version": "1.2.2",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down

0 comments on commit 9d91570

Please sign in to comment.