Skip to content

Commit 9739a2b

Browse files
committed
chore(release): 4.5.0
1 parent e00fa52 commit 9739a2b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
<a name="4.5.0"></a>
6+
# [4.5.0](https://github.com/panva/node-oidc-provider/compare/v4.4.0...v4.5.0) (2018-08-03)
7+
8+
9+
### Bug Fixes
10+
11+
* message displayed on blank /device ([86541df](https://github.com/panva/node-oidc-provider/commit/86541df))
12+
13+
14+
### Features
15+
16+
* update device flow to draft-12 ([e00fa52](https://github.com/panva/node-oidc-provider/commit/e00fa52))
17+
18+
19+
520
<a name="4.4.0"></a>
621
# [4.4.0](https://github.com/panva/node-oidc-provider/compare/v4.3.2...v4.4.0) (2018-07-22)
722

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

0 commit comments

Comments
 (0)