From 6a214b8fcff3c3d7ff6ce927bfc1f835768635c1 Mon Sep 17 00:00:00 2001 From: shitrerohit Date: Fri, 19 Sep 2025 10:28:20 +0530 Subject: [PATCH 1/2] fix:updated the package.json file Signed-off-by: shitrerohit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 214141f89..12b029d0f 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "api-gateway", - "version": "2.0.0", + "version": "2.1.0", "description": "CREDEBL SSI Platform API Gateway", - "author": "", - "license": "MIT", + "author": "LFDT", + "license": "Apache-2.0", "scripts": { "prebuild": "rimraf dist", "build": "nest build", From a10e9a9af64124ecd0ec14f5b769b82f93384e96 Mon Sep 17 00:00:00 2001 From: Krishna Waske Date: Tue, 28 Oct 2025 17:51:26 +0530 Subject: [PATCH 2/2] Bump version from 2.1.0 to 2.1.2 Signed-off-by: Krishna Waske --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12b029d0f..92337c76c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "api-gateway", - "version": "2.1.0", + "version": "2.1.2", "description": "CREDEBL SSI Platform API Gateway", "author": "LFDT", "license": "Apache-2.0",