Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 62088be

Browse files
authored
Merge pull request #191 from AzureAD/dev
Release 0.1.27
2 parents 21c84bf + 9ab3472 commit 62088be

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The ADAL for node.js library makes it easy for node.js applications to authenticate to AAD in order to access AAD protected web resources. It supports 3 authentication modes shown in the quickstart code below.
33

44
## Versions
5-
Current version - 0.1.26
5+
Current version - 0.1.27
66
Minimum recommended version - 0.1.22
77
You can find the changes for each version in the [change log](https://github.com/AzureAD/azure-activedirectory-library-for-nodejs/blob/master/changelog.txt).
88

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.1.27
2+
--------------
3+
Release Date: 08 January 2018
4+
* Fix Issue #185 Dependency "xpath.js" version does not have an OSI-approved license
5+
16
Version 0.1.26
27
--------------
38
Release Date: 05 December 2017

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/AzureAD/azure-activedirectory-library-for-nodejs.git"
1212
},
13-
"version": "0.1.26",
13+
"version": "0.1.27",
1414
"description": "Windows Azure Active Directory Client Library for node",
1515
"keywords": [
1616
"node",
@@ -33,7 +33,7 @@
3333
"request": ">= 2.52.0",
3434
"underscore": ">= 1.3.1",
3535
"xmldom": ">= 0.1.x",
36-
"xpath.js": "~1.0.5",
36+
"xpath.js": "~1.1.0",
3737
"async": ">=0.6.0"
3838
},
3939
"devDependencies": {

0 commit comments

Comments
 (0)