From 8d29b48c3080afb047525fd130b1400bb352739d Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Mon, 12 Aug 2024 13:37:30 -0700 Subject: [PATCH] Bump to 4.0.0. (#29) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4d289cc..9f28d5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vectara/stream-query-client", - "version": "3.2.0", + "version": "4.0.0", "description": "A utility to conveniently send and receive data to/from Vectara's streaming query API.", "main": "lib/index.js", "module": "lib/index.js",