From 117cf56b7658405d5e77e296503d25997dc47396 Mon Sep 17 00:00:00 2001 From: Will Poynter Date: Tue, 1 Oct 2024 15:16:12 +0100 Subject: [PATCH] Verion bump (patch) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 912314c..08463bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rwai/langgraphjs-checkpoint-dynamodb", - "version": "0.1.1", + "version": "0.1.2", "description": "Implementation of a LangGraph.js CheckpointSaver that uses a AWS's DynamoDB", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js",