From 34da23ba0cad69802e639c3a3cf95d70bd861f18 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Wed, 10 Mar 2021 08:04:16 +0100 Subject: [PATCH] chore(release): 7.1.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d57193739..d3a909986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +## [7.1.1](https://github.com/panva/node-oidc-provider/compare/v7.1.0...v7.1.1) (2021-03-10) + + +### Bug Fixes + +* save the grantId reference field with an interaction session ([6cab64e](https://github.com/panva/node-oidc-provider/commit/6cab64e1c28422f4ef3ca558bc5f68578cd92a55)) +* typo in consent detail missingOIDClaims -> missingOIDCClaims ([1427383](https://github.com/panva/node-oidc-provider/commit/1427383bb67f296063e7952d0dce0201732c29ba)) + ## [7.1.0](https://github.com/panva/node-oidc-provider/compare/v7.0.0...v7.1.0) (2021-03-05) diff --git a/package.json b/package.json index f3aa4baa0..e9969ea3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oidc-provider", - "version": "7.1.0", + "version": "7.1.1", "description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect", "keywords": [ "auth",