Skip to content

Commit

Permalink
2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 14, 2018
1 parent 7a6f72d commit ce09c29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Yay for [SemVer](http://semver.org/).
**Table of Contents**

<!-- TOC START min:2 max:2 link:true update:true -->
- [2.13.0](#2130)
- [2.13.x](#213x)
- [2.12.0](#2120)
- [2.11.x](#211x)
- [2.10.0](#2100)
Expand All @@ -22,7 +22,13 @@ Yay for [SemVer](http://semver.org/).
- [^1.0.0](#100)

<!-- TOC END -->
## 2.13.0
## 2.13.x
### 2.13.1
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.13.0...v2.13.1)
- `clientCacheDuration` no longer has any effect on static clients passed through the
`#provider.initialize()` call

### 2.13.0
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.12.0...v2.13.0)
- `#provider.Client.cacheClear([id])` can now optionally drop just one specific client from provider
cache when provided its client_id
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oidc-provider",
"version": "2.13.0",
"version": "2.13.1",
"description": "OpenID Provider (OP) implementation for Node.js OpenID Connect servers.",
"keywords": [
"auth",
Expand Down

0 comments on commit ce09c29

Please sign in to comment.