From f0d65b31ef5dacb9991cceb2c15b1a3a350c7104 Mon Sep 17 00:00:00 2001 From: Amar Zavery Date: Fri, 2 Aug 2019 13:19:42 -0700 Subject: [PATCH 1/2] fix #69 by rolling back @azure/ms-rest-js to ^1.8.13 (#70) * fix #69 by rolling back @azure/ms-rest-js to ^1.8.13 * reflect the right version in changelog --- Changelog.md | 3 +++ package.json | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index d598179..106a68e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,7 @@ # Changelog +## 2.0.4 - 2019/08/02 +- Rolling back the min version of dependency `@azure/ms-rest-js` from `^2.0.3` to `^1.8.13` thereby fixing [#69](https://github.com/Azure/ms-rest-nodeauth/issues/69). + ## 2.0.3 - 2019/07/23 - Updated min version of dependency `@azure/ms-rest-js` to `^2.0.3`. - Updated min version of dependenct `@azure/ms-rest-azure-env` to `^2.0.0`. diff --git a/package.json b/package.json index 036a9a8..9590830 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "email": "azsdkteam@microsoft.com", "url": "https://github.com/Azure/ms-rest-nodeauth" }, - "version": "2.0.3", + "version": "2.0.4", "description": "Azure Authentication library in node.js with type definitions.", "keywords": [ "node", @@ -29,7 +29,7 @@ ], "dependencies": { "@azure/ms-rest-azure-env": "^2.0.0", - "@azure/ms-rest-js": "^2.0.3", + "@azure/ms-rest-js": "^1.8.13", "adal-node": "^0.1.28" }, "license": "MIT", @@ -69,4 +69,4 @@ "test:unit": "mocha", "check:packagejsonversion": "ts-node ./.scripts/checkPackageJsonVersion.ts" } -} \ No newline at end of file +} From 67c214a00a4d6456a95e6671fd90413d15444458 Mon Sep 17 00:00:00 2001 From: Dan Schulte Date: Fri, 2 Aug 2019 13:21:54 -0700 Subject: [PATCH 2/2] Remove daschult from CODEOWNERS I'm no longer responsible for this code base. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4860da6..2e6b2b6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # Default owners -* @amarzavery @daschult @kpajdzik @sergey-shandar +* @amarzavery @kpajdzik @sergey-shandar