From 45bf27bafe39326ded2d3c0db4e6c41a967e9570 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Tue, 1 Oct 2024 10:45:49 -0700 Subject: [PATCH] Release 0.0.14-rc.0 --- libs/sdk-js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/sdk-js/package.json b/libs/sdk-js/package.json index 988823e3f..918c97e8c 100644 --- a/libs/sdk-js/package.json +++ b/libs/sdk-js/package.json @@ -1,6 +1,6 @@ { "name": "@langchain/langgraph-sdk", - "version": "0.0.13", + "version": "0.0.14-rc.0", "description": "Client library for interacting with the LangGraph API", "type": "module", "packageManager": "yarn@1.22.19",