From 3d57054ce308da9b4ab9b26b4a94ef893c9655c8 Mon Sep 17 00:00:00 2001 From: gcalcedo Date: Fri, 20 Sep 2024 21:13:47 +0200 Subject: [PATCH] v0.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f3fd93..331ad4d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@magicul/react-chat-stream", "description": "A React hook that lets you easily integrate your custom ChatGPT-like chat in React.", - "version": "0.5.0", + "version": "0.5.1", "main": "dist/index.js", "types": "dist/index.d.ts", "homepage": "https://github.com/XD2Sketch/react-chat-stream#readme",