Skip to content

Commit 0ca5eda

Browse files
committed
1.19.1
1 parent 36ae9a7 commit 0ca5eda

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Yay for [SemVer](http://semver.org/).
55
**Table of Contents**
66

77
<!-- TOC START min:2 max:2 link:true update:true -->
8-
- [Version 1.19.0](#version-1190)
8+
- [Version 1.19.x](#version-119x)
99
- [Version 1.18.x](#version-118x)
1010
- [Version 1.17.0](#version-1170)
1111
- [Version 1.16.0](#version-1160)
@@ -30,7 +30,13 @@ Yay for [SemVer](http://semver.org/).
3030

3131
<!-- TOC END -->
3232

33-
## Version 1.19.0
33+
## Version 1.19.x
34+
### Version 1.19.1
35+
- [DIFF](https://github.com/panva/node-openid-client/compare/v1.19.0...v1.19.1)
36+
- adjusted the passport state mismatch related error message to hint developers at a local setup
37+
issue
38+
39+
### Version 1.19.0
3440
- [DIFF](https://github.com/panva/node-openid-client/compare/v1.18.2...v1.19.0)
3541
- added maintained request wrapper and a simple api to use request instead of `got`
3642

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openid-client",
3-
"version": "1.19.0",
3+
"version": "1.19.1",
44
"description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js servers, supports passportjs",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)