From 5dcbf65675089392fb94edd9150eb59b921246bd Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Mon, 20 May 2024 16:14:03 +0200 Subject: [PATCH 1/2] chore(js): Bump version to 0.1.27 --- js/package.json | 4 ++-- js/src/index.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/package.json b/js/package.json index 93b92e6cf..1b825cb0b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "langsmith", - "version": "0.1.26", + "version": "0.1.27", "description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.", "packageManager": "yarn@1.22.19", "files": [ @@ -248,4 +248,4 @@ }, "./package.json": "./package.json" } -} +} \ No newline at end of file diff --git a/js/src/index.ts b/js/src/index.ts index 01f8dbfa7..2ed0e6d74 100644 --- a/js/src/index.ts +++ b/js/src/index.ts @@ -12,4 +12,4 @@ export type { export { RunTree, type RunTreeConfig } from "./run_trees.js"; // Update using yarn bump-version -export const __version__ = "0.1.26"; +export const __version__ = "0.1.27"; From 7ae5b2093ffebb35d041ab5c255d7339aabc9114 Mon Sep 17 00:00:00 2001 From: Tat Dat Duong Date: Wed, 22 May 2024 01:15:04 +0200 Subject: [PATCH 2/2] Bump to 0.1.28 --- js/package.json | 4 ++-- js/src/index.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/package.json b/js/package.json index 1b825cb0b..9cd0018c7 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "langsmith", - "version": "0.1.27", + "version": "0.1.28", "description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.", "packageManager": "yarn@1.22.19", "files": [ @@ -248,4 +248,4 @@ }, "./package.json": "./package.json" } -} \ No newline at end of file +} diff --git a/js/src/index.ts b/js/src/index.ts index 2ed0e6d74..4ddce61f7 100644 --- a/js/src/index.ts +++ b/js/src/index.ts @@ -12,4 +12,4 @@ export type { export { RunTree, type RunTreeConfig } from "./run_trees.js"; // Update using yarn bump-version -export const __version__ = "0.1.27"; +export const __version__ = "0.1.28";