From 7b92a299db1ecac61761808e246a220d16000dfa Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Wed, 9 Oct 2019 13:02:53 +0200 Subject: [PATCH] chore(release): 6.12.7 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce19fac4..8b190e342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,13 @@ 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. -## [6.12.6](https://github.com/panva/node-oidc-provider/compare/v6.12.5...v6.12.6) (2019-10-09) +## [6.12.7](https://github.com/panva/node-oidc-provider/compare/v6.12.5...v6.12.7) (2019-10-09) ### Bug Fixes * forbid redirect_uri with an empty fragment component ([ca196a0](https://github.com/panva/node-oidc-provider/commit/ca196a0)) +* v6.12.6 native app uris regression fixed ([fd56ef6](https://github.com/panva/node-oidc-provider/commit/fd56ef6)) diff --git a/package.json b/package.json index d922e5edb..317b6a109 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oidc-provider", - "version": "6.12.6", + "version": "6.12.7", "description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect", "keywords": [ "auth",