From 0f5d694dd3a8814faf6fb3336794491f0d33909f Mon Sep 17 00:00:00 2001 From: Derek Ricciuto Date: Fri, 6 Dec 2024 10:55:28 -0500 Subject: [PATCH] No need to increment chatbot version (not publishing at the moment) --- cdp-langchain/examples/chatbot/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdp-langchain/examples/chatbot/package.json b/cdp-langchain/examples/chatbot/package.json index ee02e4a..73876ba 100644 --- a/cdp-langchain/examples/chatbot/package.json +++ b/cdp-langchain/examples/chatbot/package.json @@ -1,7 +1,7 @@ { "name": "@coinbase/cdp-langchain-chatbot-example", "description": "CDP Agentkit Node.js SDK Chatbot Example", - "version": "1.0.1", + "version": "1.0.0", "author": "Coinbase Inc.", "license": "Apache-2.0", "scripts": {