Skip to content

Commit

Permalink
chore(js): Bump version to 0.1.28 (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
dqbd authored May 21, 2024
2 parents 7cf3074 + 7ae5b20 commit 10e3536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langsmith",
"version": "0.1.26",
"version": "0.1.28",
"description": "Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.",
"packageManager": "[email protected]",
"files": [
Expand Down
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.26";
export const __version__ = "0.1.28";

0 comments on commit 10e3536

Please sign in to comment.