Skip to content

Commit cbbfa4f

Browse files
committed
release(js): 0.3.77
1 parent fb6f366 commit cbbfa4f

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.3.76",
3+
"version": "0.3.77",
44
"description": "Client library to connect to the LangSmith Observability and Evaluation Platform.",
55
"packageManager": "[email protected]",
66
"files": [

js/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ export { overrideFetchImplementation } from "./singletons/fetch.js";
2020
export { getDefaultProjectName } from "./utils/project.js";
2121

2222
// Update using yarn bump-version
23-
export const __version__ = "0.3.76";
23+
export const __version__ = "0.3.77";

0 commit comments

Comments
 (0)