From 4308d96233361e8b742da5abccf2e18afb68aad5 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Mon, 9 Dec 2024 15:25:38 +0100 Subject: [PATCH] 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9ddb54..f59655c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexabot-helper-chatgpt", - "version": "2.0.1", + "version": "2.1.0", "description": "The OpenAI ChatGPT Helper Extension for Hexabot Chatbot / Agent Builder to enable the LLM Capability", "scripts": { "release:common": "git push origin --tags && npm publish",