From 904302aa87bea5bc682d7eb47a105d512ab2516a Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Tue, 8 Oct 2024 09:46:11 -0700 Subject: [PATCH] chore(checkpoint-postgres): Release 0.0.1 (#564) --- libs/checkpoint-postgres/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/checkpoint-postgres/package.json b/libs/checkpoint-postgres/package.json index 9f5d1381..c98d94d6 100644 --- a/libs/checkpoint-postgres/package.json +++ b/libs/checkpoint-postgres/package.json @@ -1,6 +1,6 @@ { "name": "@langchain/langgraph-checkpoint-postgres", - "version": "0.1.1", + "version": "0.0.1", "description": "LangGraph", "type": "module", "engines": {