Skip to content

Commit 5e21109

Browse files
authored
bump version (#1100)
1 parent e186d0e commit 5e21109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "langsmith",
3-
"version": "0.1.65",
3+
"version": "0.1.66",
44
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",
55
"packageManager": "yarn@1.22.19",
66
"files": [

js/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ export { RunTree, type RunTreeConfig } from "./run_trees.js";
1414
export { overrideFetchImplementation } from "./singletons/fetch.js";
1515

1616
// Update using yarn bump-version
17-
export const __version__ = "0.1.65";
17+
export const __version__ = "0.1.66";

0 commit comments

Comments
 (0)