We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cf3074 + 7ae5b20 commit 10e3536Copy full SHA for 10e3536
js/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "langsmith",
3
- "version": "0.1.26",
+ "version": "0.1.28",
4
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",
5
"packageManager": "yarn@1.22.19",
6
"files": [
js/src/index.ts
@@ -12,4 +12,4 @@ export type {
12
export { RunTree, type RunTreeConfig } from "./run_trees.js";
13
14
// Update using yarn bump-version
15
-export const __version__ = "0.1.26";
+export const __version__ = "0.1.28";
0 commit comments