Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Nov 23, 2017
1 parent 5413617 commit 614057f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Yay for [SemVer](http://semver.org/).
**Table of Contents**

<!-- TOC START min:2 max:3 link:true update:true -->
- [2.6.0](#260)
- [2.5.x](#25x)
- [2.5.1](#251)
- [2.5.0](#250)
Expand Down Expand Up @@ -42,6 +43,11 @@ Yay for [SemVer](http://semver.org/).

<!-- TOC END -->

## 2.6.0
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.5.1...v2.6.0)
- added `scope` to successful token (authorization_code, refresh_token) responses
- updated dependencies (`[email protected]`, removed deprecated `buffer-equals-constant`)

## 2.5.x
### 2.5.1
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.5.0...v2.5.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"lint-fix": "eslint lib example test --fix",
"heroku-postbuild": "npm install mongodb"
},
"version": "2.5.1",
"version": "2.6.0",
"files": [
"lib"
],
Expand Down

0 comments on commit 614057f

Please sign in to comment.