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 #179 from AzureAD/dev
Browse files Browse the repository at this point in the history
Release 0.1.25
  • Loading branch information
lovemaths authored Nov 6, 2017
2 parents ac8094f + 8f6c3d4 commit 036d2fa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 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.24
Current version - 0.1.25
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.25
--------------
Release Date: 06 November 2017
* Fixed typing: acquireUserCode returns UserCodeInfo in the callback

Version 0.1.24
--------------
Release Date: 06 November 2017
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion 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.24",
"version": "0.1.25",
"description": "Windows Azure Active Directory Client Library for node",
"keywords": [
"node",
Expand Down

0 comments on commit 036d2fa

Please sign in to comment.