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

Commit da80b4a

Browse files
committed
release 0.1.26
1 parent b916d17 commit da80b4a

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.25
5+
Current version - 0.1.26
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.26
2+
--------------
3+
Release Date: 05 December 2017
4+
* Added .npmignore to avoid publishing unnecessary files
5+
16
Version 0.1.25
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.25",
13+
"version": "0.1.26",
1414
"description": "Windows Azure Active Directory Client Library for node",
1515
"keywords": [
1616
"node",

0 commit comments

Comments
 (0)