From 64a4bacd76680460d0bbba5a54fc8d9793b7d916 Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Fri, 13 Dec 2024 09:57:43 -0800 Subject: [PATCH] Bump to 5.0.0. (#37) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a921383..aa31b8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vectara/stream-query-client", - "version": "4.3.0", + "version": "5.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",