Skip to content

Commit

Permalink
fix: Minor updates on the version (#16)
Browse files Browse the repository at this point in the history
* fix: fixing the node publish workflow

* fix: updating the lockfile

* fix: fixing the node version workflow

* fix: fixing the node version
  • Loading branch information
noble-varghese committed Dec 9, 2023
1 parent 5792cb1 commit 68c0f7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portkey-ai",
"version": "1.0.1",
"version": "1.1.0",
"description": "Node client library for the Portkey API",
"types": "dist/src/index.d.ts",
"main": "dist/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "1.0.1";
export const VERSION = "1.1.0";

0 comments on commit 68c0f7b

Please sign in to comment.