From 3d2596bd4157e99c8dad3085bc7db556158214c6 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sun, 16 Sep 2018 16:17:33 +0200 Subject: [PATCH] chore(release): 4.8.2 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b91ddb33..639a51582 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.8.2](https://github.com/panva/node-oidc-provider/compare/v4.8.1...v4.8.2) (2018-09-16) + + +### Bug Fixes + +* do not overwrite custom response mode implementations with defaults ([7f7ea79](https://github.com/panva/node-oidc-provider/commit/7f7ea79)), closes [#365](https://github.com/panva/node-oidc-provider/issues/365) +* remove unnecessary catchall in fallback session save ([3bfb8f0](https://github.com/panva/node-oidc-provider/commit/3bfb8f0)), closes [#363](https://github.com/panva/node-oidc-provider/issues/363) + + + ## [4.8.1](https://github.com/panva/node-oidc-provider/compare/v4.8.0...v4.8.1) (2018-09-06) diff --git a/package.json b/package.json index 421d0ebc5..aff4bf4dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oidc-provider", - "version": "4.8.1", + "version": "4.8.2", "description": "OpenID Provider (OP) implementation for Node.js OpenID Connect servers.", "keywords": [ "auth",