Skip to content

Commit

Permalink
Merge pull request #356 from AzureAD/dev
Browse files Browse the repository at this point in the history
changes for MSAL release 0.1.9
  • Loading branch information
nehaagrawal committed Jul 27, 2018
2 parents ca1cd18 + fb9b09f commit 3c4eccb
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 20 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.1.8
# 0.1.9
### New Features

* Fixed bug to use acquireTokenRedirect to call your own APIS. https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/333
Expand Down
26 changes: 16 additions & 10 deletions dist/msal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/msal.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/msal.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/msal.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib-commonjs/Utils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib-es6/Utils.js

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
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js.git"
},
"version": "0.1.8",
"version": "0.1.9",
"description": "Microsoft Authentication Library for js",
"keywords": [
"implicit",
Expand Down
2 changes: 1 addition & 1 deletion src/Utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export class Utils {
}

static getLibraryVersion(): string {
return "0.1.8";
return "0.1.9";
}

/*
Expand Down

0 comments on commit 3c4eccb

Please sign in to comment.