From c277443b126835ddb2b085499c2c324888736946 Mon Sep 17 00:00:00 2001 From: csgulati09 Date: Tue, 26 Nov 2024 22:08:59 +0530 Subject: [PATCH 1/2] 1.5.4 --- src/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.ts b/src/version.ts index 0ff9943..1e0c653 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '1.5.3'; +export const VERSION = '1.5.4'; From 9a203cd63b817158b6364a82a699520144103399 Mon Sep 17 00:00:00 2001 From: csgulati09 Date: Tue, 26 Nov 2024 22:09:25 +0530 Subject: [PATCH 2/2] 1.5.4 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7ab8865..a11824f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "portkey-ai", - "version": "1.5.3", + "version": "1.5.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "portkey-ai", - "version": "1.5.3", + "version": "1.5.4", "license": "MIT", "dependencies": { "agentkeepalive": "^4.5.0", diff --git a/package.json b/package.json index 9e28bf5..a0f6749 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "portkey-ai", - "version": "1.5.3", + "version": "1.5.4", "description": "Node client library for the Portkey API", "types": "dist/src/index.d.ts", "main": "dist/src/index.js",