Skip to content

Commit 55a8ad4

Browse files
committed
chore(release): 4.3.0
1 parent 674948f commit 55a8ad4

File tree

2 files changed

+25
-35
lines changed

2 files changed

+25
-35
lines changed

CHANGELOG.md

Lines changed: 24 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,27 @@
1-
# oidc-provider CHANGELOG
2-
3-
Yay for [SemVer](http://semver.org/).
4-
5-
**Table of Contents**
6-
7-
<!-- TOC depthFrom:2 depthTo:2 withLinks:1 updateOnSave:1 orderedList:0 -->
8-
9-
- [4.2.x](#42x)
10-
- [4.1.x](#41x)
11-
- [4.0.x](#40x)
12-
- [3.0.x](#30x)
13-
- [2.18.x](#218x)
14-
- [2.17.0](#2170)
15-
- [2.16.0](#2160)
16-
- [2.15.0](#2150)
17-
- [2.14.x](#214x)
18-
- [2.13.x](#213x)
19-
- [2.12.0](#2120)
20-
- [2.11.x](#211x)
21-
- [2.10.0](#2100)
22-
- [2.9.x](#29x)
23-
- [2.8.x](#28x)
24-
- [2.7.x](#27x)
25-
- [2.6.0](#260)
26-
- [2.5.x](#25x)
27-
- [2.4.x](#24x)
28-
- [2.3.x](#23x)
29-
- [2.2.x](#22x)
30-
- [2.1.0](#210)
31-
- [2.0.x](#20x)
32-
33-
<!-- /TOC -->
34-
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="4.3.0"></a>
6+
# [4.3.0](https://github.com/panva/node-oidc-provider/compare/v4.2.2...v4.3.0) (2018-07-16)
7+
8+
9+
### Bug Fixes
10+
11+
* allow for pkce to be disabled ([3aca2c8](https://github.com/panva/node-oidc-provider/commit/3aca2c8))
12+
* debug revocation after yield ([bf4c012](https://github.com/panva/node-oidc-provider/commit/bf4c012))
13+
* pathFor returns a valid route for issuers with terminating "/" ([9e4b1a0](https://github.com/panva/node-oidc-provider/commit/9e4b1a0)), closes [#315](https://github.com/panva/node-oidc-provider/issues/315)
14+
15+
16+
### Features
17+
18+
* add Device Flow experimental/draft feature ([461a8e3](https://github.com/panva/node-oidc-provider/commit/461a8e3))
19+
* add gty storage claim for access and refresh token ([a492a5e](https://github.com/panva/node-oidc-provider/commit/a492a5e))
20+
* change the requests's uuid to a previous value of grantId ([28673e2](https://github.com/panva/node-oidc-provider/commit/28673e2))
21+
22+
23+
24+
# Pre standard-version Change Log
3525
## 4.2.x
3626
### 4.2.2
3727
- 2018-07-13 [DIFF](https://github.com/panva/node-oidc-provider/compare/v4.2.1...v4.2.2)

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": "4.2.2",
3+
"version": "4.3.0",
44
"description": "OpenID Provider (OP) implementation for Node.js OpenID Connect servers.",
55
"keywords": [
66
"auth",

0 commit comments

Comments
 (0)