From 5e21109e1cd70ee19db29941c128223ef360a40b Mon Sep 17 00:00:00 2001 From: nhuang-lc Date: Tue, 15 Oct 2024 08:04:18 -0700 Subject: [PATCH] bump version (#1100) --- 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 7a58f2e2d..fde21f5b0 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "langsmith", - "version": "0.1.65", + "version": "0.1.66", "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 3d8bba44a..44ce373dc 100644 --- a/js/src/index.ts +++ b/js/src/index.ts @@ -14,4 +14,4 @@ export { RunTree, type RunTreeConfig } from "./run_trees.js"; export { overrideFetchImplementation } from "./singletons/fetch.js"; // Update using yarn bump-version -export const __version__ = "0.1.65"; +export const __version__ = "0.1.66";