Skip to content

Commit

Permalink
Merge pull request #864 from AzureAD/release-1.1.1
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
Prithvi Kanherkar authored Jul 23, 2019
2 parents cdbb29b + bfb9f44 commit 5bc9828
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions lib/msal-core/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.1.1
* Fixed an issue where cacheLocation was no longer accepting string values (#862)

# 1.1.0
* Core
* idTokenClaims has been added to the API surface in AuthResponse and Account (#804)
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.1.0",
"version": "1.1.1",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down
2 changes: 1 addition & 1 deletion lib/msal-core/src/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@ export const PromptState = {
* @hidden
*/
export const Library = {
version: "1.0.2"
version: "1.1.1"
};

0 comments on commit 5bc9828

Please sign in to comment.