From 95a7b241e491ca7e906791c51f6587fb7852a171 Mon Sep 17 00:00:00 2001 From: bvs-langchain <166456249+bvs-langchain@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:09:49 -0500 Subject: [PATCH] chore: bump version to 0.2.10 to increase server info request timeout (#1295) --- js/package.json | 2 +- js/src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/package.json b/js/package.json index a209a4f5c..9cc740e16 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "langsmith", - "version": "0.2.9", + "version": "0.2.10", "description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.", "packageManager": "yarn@1.22.19", "files": [ diff --git a/js/src/index.ts b/js/src/index.ts index 04e2bd53e..e1492f2f1 100644 --- a/js/src/index.ts +++ b/js/src/index.ts @@ -18,4 +18,4 @@ export { RunTree, type RunTreeConfig } from "./run_trees.js"; export { overrideFetchImplementation } from "./singletons/fetch.js"; // Update using yarn bump-version -export const __version__ = "0.2.9"; +export const __version__ = "0.2.10";