Bump to 0.0.0-preview.3

This commit is contained in:
Tat Dat Duong
2025-01-16 16:05:21 +01:00
parent 0c9715a67e
commit e5d0a861e2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@langchain/langgraph-api",
"version": "0.0.0-preview.2",
"version": "0.0.0-preview.3",
"type": "module",
"engines": {
"node": ">=18"
+1 -1
View File
@@ -3,4 +3,4 @@ import { Command } from "@commander-js/extra-typings";
export const builder = new Command()
.name("langgraph")
.description("LangGraph.js CLI")
.version("0.0.0-preview.2");
.version("0.0.0-preview.3");