From 8aef041bbe812318d6dbe0dd7e6a357db4c285bb Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Fri, 12 Jul 2024 14:03:13 -0700 Subject: [PATCH] Bump to 3.1.0. (#25) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3cb33ad..b266196 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vectara/stream-query-client", - "version": "3.0.0", + "version": "3.1.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",