Skip to content

Commit 0f2fb31

Browse files
committed
v3.3.2
1 parent fefa672 commit 0f2fb31

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

CHANGES.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
1-
2025-06-04, Version 3.3.1
1+
2025-06-22, Version 3.3.2
22
=========================
33

4+
* fea: read clidriver, electron, cafile from package.json. #1027 (Bimal Jha)
5+
6+
* fix: unhandledRejection error, issue #996 (Bimal Jha)
7+
8+
* update package.json to fix typescript issue #1036 (Bimal Jha)
9+
10+
* add test case for typescript testing #1036 (Bimal Jha)
11+
12+
* Add support for linux and macos binaries (Bimal Jha)
13+
14+
* Update Linux binaries for vscode (Bimal Jha)
15+
16+
* Add binaries for electron 36.x (Bimal Jha)
17+
18+
* update rpath in binding.gyp for Linux platform (Bimal Jha)
19+
420
* build(deps): bump tar-fs from 1.16.4 to 1.16.5 (#1034) (dependabot[bot])
521

622
* remove lodash from devDependency (Bimal Jha)
@@ -9,6 +25,10 @@
925

1026
* Add typescript types, update API doc (#1022) (Andre Asselin)
1127

28+
29+
2025-06-04, Version 3.3.1
30+
=========================
31+
1232
* build(deps): bump tar-fs from 1.16.3 to 1.16.4 (#1024) (dependabot[bot])
1333

1434
* add ibmdb binaries for electron v35.x (Bimal Jha)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ibm_db",
33
"description": "IBM DB2 and IBM Informix bindings for node",
4-
"version": "3.3.1",
4+
"version": "3.3.2",
55
"main": "lib/odbc.js",
66
"types": "typescript/dist/index.d.ts",
77
"homepage": "https://github.com/ibmdb/node-ibm_db/",

0 commit comments

Comments
 (0)