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

Commit 036d2fa

Browse files
authored
Merge pull request #179 from AzureAD/dev
Release 0.1.25
2 parents ac8094f + 8f6c3d4 commit 036d2fa

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
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.24
5+
Current version - 0.1.25
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.25
2+
--------------
3+
Release Date: 06 November 2017
4+
* Fixed typing: acquireUserCode returns UserCodeInfo in the callback
5+
16
Version 0.1.24
27
--------------
38
Release Date: 06 November 2017

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.24",
13+
"version": "0.1.25",
1414
"description": "Windows Azure Active Directory Client Library for node",
1515
"keywords": [
1616
"node",

0 commit comments

Comments
 (0)