From 264a9f132590cb2ba11c47c4522f17b61e574e73 Mon Sep 17 00:00:00 2001 From: veerlapati-manoj-kumar Date: Thu, 4 Sep 2025 12:15:44 +0530 Subject: [PATCH] fix: -logout compatibility with passport >= 0.6.0 #9844 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c44877..6b41f56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ibmcloud-appid", - "version": "7.0.0", + "version": "7.0.1", "description": "Node.js SDK for the IBM Cloud App ID service", "main": "lib/appid-sdk.js", "scripts": {