Skip to content

Commit 37965d6

Browse files
authored
Merge pull request #276 from Portkey-AI/3.0.0
3.0.0
2 parents 90813a8 + d4f90da commit 37965d6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "portkey-ai",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "Node client library for the Portkey API",
55
"types": "dist/src/index.d.ts",
66
"main": "dist/src/index.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '2.0.2';
1+
export const VERSION = '3.0.0';

0 commit comments

Comments
 (0)