From 065650102c3bc1c83b26469e0a42ced8429f2458 Mon Sep 17 00:00:00 2001 From: Niels Bosman Date: Tue, 17 Oct 2023 20:17:42 +0200 Subject: [PATCH] chore: bump type --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3cc8c19..7002f6e 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.1.6", + "version": "0.1.7", "main": "dist/index.js", "types": "dist/index.d.ts", "homepage": "https://github.com/XD2Sketch/react-chat-stream#readme",