From 75d429ae6f654323d1c954b98b437ac8d261eef0 Mon Sep 17 00:00:00 2001 From: Angel Antonio Avalos Cisneros Date: Tue, 26 Sep 2023 14:57:27 -0700 Subject: [PATCH] SNOW-921833: Bumped up the NodeJS Driver MINOR version from 1.8.0 to 1.9.0 (#650) @noreview - This is an automated process. No review is required. Co-authored-by: Jenkins User --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ca97385cc..f15dbaf76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snowflake-sdk", - "version": "1.8.0", + "version": "1.9.0", "description": "Node.js driver for Snowflake", "dependencies": { "@aws-sdk/client-s3": "^3.388.0",