Skip to content

Commit

Permalink
2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Sep 25, 2017
1 parent 8e1c5d5 commit a45fac2
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.3.x](#23x)
- [2.3.2](#232)
- [2.3.1](#231)
- [2.3.0](#230)
- [2.2.x](#22x)
Expand Down Expand Up @@ -36,6 +37,11 @@ Yay for [SemVer](http://semver.org/).
<!-- TOC END -->

## 2.3.x
### 2.3.2
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.3.1...v2.3.2)
- fixed `interactionFinished`, `interactionDetails` and `Session#find` expecting an id retrieved
from a cookie. When not found will throw.

### 2.3.1
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.3.0...v2.3.1)
- fixed `devInteractions` reported with the same grant `uuid`
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.3.1",
"version": "2.3.2",
"files": [
"lib"
],
Expand Down

0 comments on commit a45fac2

Please sign in to comment.