Skip to content

Commit

Permalink
2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Dec 14, 2017
1 parent de5b27d commit e924027
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 @@ -6,6 +6,7 @@ Yay for [SemVer](http://semver.org/).

<!-- TOC START min:2 max:3 link:true update:true -->
- [2.8.x](#28x)
- [2.8.3](#283)
- [2.8.2](#282)
- [2.8.0](#280)
- [2.7.x](#27x)
Expand Down Expand Up @@ -49,6 +50,11 @@ Yay for [SemVer](http://semver.org/).
<!-- TOC END -->

## 2.8.x
### 2.8.3
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.8.2...v2.8.3)
- fixed token expires_in to be based off an overloadable BaseToken expiration() instance method
- fixed token introspection response for consumed tokens

### 2.8.2
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.8.0...v2.8.2)
- changed grant_type requires to resolve oidc-provider loading through webpack
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"update-configuration",
"test"
],
"version": "2.8.2",
"version": "2.8.3",
"files": [
"lib"
],
Expand Down

0 comments on commit e924027

Please sign in to comment.