Skip to content

Commit

Permalink
js[patch]: Release 0.1.40 (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Jul 30, 2024
2 parents d020931 + 616fec3 commit 21fc142
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langsmith",
"version": "0.1.39",
"version": "0.1.40",
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",
"packageManager": "yarn@1.22.19",
"files": [
Expand Down Expand Up @@ -276,4 +276,4 @@
},
"./package.json": "./package.json"
}
}
}
2 changes: 1 addition & 1 deletion js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export type {
export { RunTree, type RunTreeConfig } from "./run_trees.js";

// Update using yarn bump-version
export const __version__ = "0.1.39";
export const __version__ = "0.1.40";

0 comments on commit 21fc142

Please sign in to comment.