From 19fe8b41b664ca545083791d10663cb6b13c2dbf Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Thu, 24 Jun 2021 16:45:52 +0200 Subject: [PATCH] chore(release): 7.5.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afc1605ec..0cf84123a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +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. +## [7.5.1](https://github.com/panva/node-oidc-provider/compare/v7.5.0...v7.5.1) (2021-06-24) + + +### Bug Fixes + +* issue id tokens with claims when resource is used ([#1038](https://github.com/panva/node-oidc-provider/issues/1038)) ([4b16c71](https://github.com/panva/node-oidc-provider/commit/4b16c71983dfa9b8f2bf14008e4858478a916e5d)) + ## [7.5.0](https://github.com/panva/node-oidc-provider/compare/v7.4.1...v7.5.0) (2021-06-23) diff --git a/package.json b/package.json index 1425b9b96..e91c0a4f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oidc-provider", - "version": "7.5.0", + "version": "7.5.1", "description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect", "keywords": [ "appauth",