From 63032182ddd74b8fc9466b32cd11660245a6d6ad Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Tue, 17 Sep 2019 15:32:25 -0700 Subject: [PATCH 1/2] Fix #862, use CDN links for latest release Fixes #862 . This updates the library's CDN links so that they use the latest available release (at the time of committing). These links were changed in 0239b400a2048aa8a8763fa18e068a69219441f6, which appears to have been copied/cherry-picked from the dev branch where 1.0.18 is being worked on (PR #839 ). Since this release is not out yet, and these links 404, they have been updated to use the latest release of the library (1.0.17). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17a1db7b..8741993e 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ Via NPM (https://www.npmjs.com/package/adal-angular): Via CDN: - - + + Via Bower: From b9d73e3569a434f63c66efeb43f169bf8e4d9b7e Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Tue, 17 Sep 2019 15:35:14 -0700 Subject: [PATCH 2/2] Rollback version number to 1.0.17 in readme While I'm at it, rollback the current version number to be 1.0.17 in the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8741993e..d43fe4ca 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ You can learn further details about ADAL.js functionality documented in the [ADA ## Versions -Current version - **1.0.18** +Current version - **1.0.17** Minimum recommended version - 1.0.11 You can find the changes for each version in the [change log](https://github.com/AzureAD/azure-activedirectory-library-for-js/blob/master/changelog.txt).