diff --git a/CHANGELOG.md b/CHANGELOG.md index 73eba403..5618df56 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. +## [5.6.5](https://github.com/panva/node-openid-client/compare/v5.6.4...v5.6.5) (2024-03-07) + + +### Refactor + +* avoid use of prototype attributes in keystore queries ([#660](https://github.com/panva/node-openid-client/issues/660)) ([47a549c](https://github.com/panva/node-openid-client/commit/47a549cb4e36ffe2ebfe2dc9d6b69a02643cc0a9)) + ## [5.6.4](https://github.com/panva/node-openid-client/compare/v5.6.3...v5.6.4) (2024-01-06) ## [5.6.3](https://github.com/panva/node-openid-client/compare/v5.6.2...v5.6.3) (2024-01-05) diff --git a/package-lock.json b/package-lock.json index 6997fb96..7fedf4ba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openid-client", - "version": "5.6.4", + "version": "5.6.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openid-client", - "version": "5.6.4", + "version": "5.6.5", "license": "MIT", "dependencies": { "jose": "^4.15.5", diff --git a/package.json b/package.json index da1622bf..04db0dfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openid-client", - "version": "5.6.4", + "version": "5.6.5", "description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs", "keywords": [ "auth",