From c2af2237b10f3c43b5f58a843646e7807c5f7663 Mon Sep 17 00:00:00 2001 From: Bimal Jha Date: Sun, 21 May 2023 16:47:44 -0400 Subject: [PATCH] 3.2.1 * add support for DOWNLOAD_CLIDRIVER environment variable (Bimal Jha) * fix: catch unhandled exception for conn.prepare, issue #925 (Bimal Jha) * correct db2 lib path for macos electron binary, https://github.com/ibmdb/vscode-extension/issues/61 (Bimal Jha) --- CHANGES.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 9a063ff..3898069 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +2023-05-21, Version 3.2.1 +========================= + + * add support for DOWNLOAD_CLIDRIVER environment variable (Bimal Jha) + + * fix: catch unhandled exception for conn.prepare, issue #925 (Bimal Jha) + + * correct db2 lib path for macos electron binary, https://github.com/ibmdb/vscode-extension/issues/61 (Bimal Jha) + + 2023-05-07, Version 3.2.0 ========================= diff --git a/package-lock.json b/package-lock.json index 4c0eca9..68c5be9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ibm_db", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index c263f3e..94222dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ibm_db", "description": "IBM DB2 and IBM Informix bindings for node", - "version": "3.2.0", + "version": "3.2.1", "main": "lib/odbc.js", "homepage": "https://github.com/ibmdb/node-ibm_db/", "repository": {