Skip to content

Commit

Permalink
3.2.1
Browse files Browse the repository at this point in the history
 * 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, ibmdb/vscode-extension#61 (Bimal Jha)
  • Loading branch information
bimalkjha committed May 21, 2023
1 parent 68b4197 commit c2af223
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
=========================

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c2af223

Please sign in to comment.