Skip to content

Commit f7be18d

Browse files
committed
3.0.1
1 parent c95a40d commit f7be18d

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

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

77
<!-- TOC START min:2 max:2 link:true update:true -->
8-
- [3.0.0](#300)
9-
- [2.18.0](#2180)
8+
- [3.0.x](#30x)
9+
- [2.18.x](#218x)
1010
- [2.17.0](#2170)
1111
- [2.16.0](#2160)
1212
- [2.15.0](#2150)
@@ -28,7 +28,12 @@ Yay for [SemVer](http://semver.org/).
2828
- [^1.0.0](#100)
2929

3030
<!-- TOC END -->
31-
## 3.0.0
31+
## 3.0.x
32+
### 3.0.1
33+
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v3.0.0...v3.0.1)
34+
- dependency tree updates
35+
36+
### 3.0.0
3237
- [DIFF](https://github.com/panva/node-oidc-provider/compare/v2.18.0...v3.0.0)
3338
- fixed `client_secret_basic` requiring the username and password tokens to be `x-www-form-urlencoded`
3439
according to https://tools.ietf.org/html/rfc6749#section-2.3.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oidc-provider",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "OpenID Provider (OP) implementation for Node.js OpenID Connect servers.",
55
"keywords": [
66
"auth",

0 commit comments

Comments
 (0)