Skip to content

Commit 10e3536

Browse files
authored
chore(js): Bump version to 0.1.28 (#713)
2 parents 7cf3074 + 7ae5b20 commit 10e3536

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.26",
3+
"version": "0.1.28",
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
@@ -12,4 +12,4 @@ export type {
1212
export { RunTree, type RunTreeConfig } from "./run_trees.js";
1313

1414
// Update using yarn bump-version
15-
export const __version__ = "0.1.26";
15+
export const __version__ = "0.1.28";

0 commit comments

Comments
 (0)