diff --git a/package-lock.json b/package-lock.json index bb9b298..4ce7eb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "portkey-ai", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "portkey-ai", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "agentkeepalive": "^4.6.0", diff --git a/package.json b/package.json index e399e7b..2a6ec65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "portkey-ai", - "version": "2.0.0", + "version": "2.0.1", "description": "Node client library for the Portkey API", "types": "dist/src/index.d.ts", "main": "dist/src/index.js", diff --git a/src/version.ts b/src/version.ts index e74e7b3..0eeaa75 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '2.0.0'; +export const VERSION = '2.0.1';