diff --git a/README.md b/README.md index dd66c29..5711bf5 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/changelog.md b/changelog.md index af40933..abe5c70 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/package-lock.json b/package-lock.json index c511be1..99f59db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "adal-node", - "version": "0.1.24", + "version": "0.1.25", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1588300..cef11d6 100644 --- a/package.json +++ b/package.json @@ -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",