Skip to content

Commit

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

<!-- TOC START min:2 max:3 link:true update:true -->
- [2.4.0](#240)
- [2.4.x](#24x)
- [2.4.1](#241)
- [2.4.0](#240)
- [2.3.x](#23x)
- [2.3.2](#232)
- [2.3.1](#231)
Expand Down Expand Up @@ -37,7 +39,12 @@ Yay for [SemVer](http://semver.org/).

<!-- TOC END -->

## 2.4.0
## 2.4.x
### 2.4.1
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.4.0...v2.4.1)
- fixed token upsert expiration to respect token's instance expiration

### 2.4.0
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.3.2...v2.4.0)
- added BaseToken public API, this API enables advanced users in search of features such as JWT-formatted
Bearer tokens or not being able to reconstruct client token values from a DB backup to overload
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"lint-fix": "eslint lib example test --fix",
"heroku-postbuild": "npm install mongodb"
},
"version": "2.4.0",
"version": "2.4.1",
"files": [
"lib"
],
Expand Down

0 comments on commit 105c55b

Please sign in to comment.