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 #184 from AzureAD/dev
Browse files Browse the repository at this point in the history
release 0.1.26
  • Loading branch information
lovemaths authored Dec 6, 2017
2 parents 036d2fa + da80b4a commit 21c84bf
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 3 deletions.
14 changes: 14 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
node_modules/
test/
tests/
.git**
.vscode/
RELEASES.md
sample/
tools/
tasks/
scripts/
.nuget/
packages/
packages.config
.ntvs_analysis.*
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.25
Current version - 0.1.26
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.26
--------------
Release Date: 05 December 2017
* Added .npmignore to avoid publishing unnecessary files

Version 0.1.25
--------------
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.25",
"version": "0.1.26",
"description": "Windows Azure Active Directory Client Library for node",
"keywords": [
"node",
Expand Down

0 comments on commit 21c84bf

Please sign in to comment.