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

Commit

Permalink
Merge pull request #191 from AzureAD/dev
Browse files Browse the repository at this point in the history
Release 0.1.27
  • Loading branch information
lovemaths authored Jan 9, 2018
2 parents 21c84bf + 9ab3472 commit 62088be
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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.

## Versions
Current version - 0.1.26
Current version - 0.1.27
Minimum recommended version - 0.1.22
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).

Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.1.27
--------------
Release Date: 08 January 2018
* Fix Issue #185 Dependency "xpath.js" version does not have an OSI-approved license

Version 0.1.26
--------------
Release Date: 05 December 2017
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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/azure-activedirectory-library-for-nodejs.git"
},
"version": "0.1.26",
"version": "0.1.27",
"description": "Windows Azure Active Directory Client Library for node",
"keywords": [
"node",
Expand All @@ -33,7 +33,7 @@
"request": ">= 2.52.0",
"underscore": ">= 1.3.1",
"xmldom": ">= 0.1.x",
"xpath.js": "~1.0.5",
"xpath.js": "~1.1.0",
"async": ">=0.6.0"
},
"devDependencies": {
Expand Down

0 comments on commit 62088be

Please sign in to comment.