Skip to content

Commit 889eb0c

Browse files
author
Bimal Jha
committed
3.3.1
* build(deps): bump tar-fs from 1.16.4 to 1.16.5 (#1034) (dependabot[bot]) * remove lodash from devDependency (Bimal Jha) * add build.zip file, issue #1025 (Bimal Jha) * Add typescript types, update API doc (#1022) (Andre Asselin) * build(deps): bump tar-fs from 1.16.3 to 1.16.4 (#1024) (dependabot[bot]) * add ibmdb binaries for electron v35.x (Bimal Jha) * build(deps): bump axios from 1.7.4 to 1.8.2 (#1020) (dependabot[bot]) * fea: add support for vscode 1.98.x (Bimal Jha) * test: add more example for typescript, issue #1018 (Bimal Jha) * fix: return consistent db2 error with sqlcode, issue #1016 (Bimal Jha) * update code format and syntax (Bimal Jha) * fix: resource leak issues reported by code scan (Bimal Jha) * fix: issue with offline installation directory path #1012 (Bimal Jha)
1 parent 711c568 commit 889eb0c

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGES.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
2025-06-04, Version 3.3.1
2+
=========================
3+
4+
* build(deps): bump tar-fs from 1.16.4 to 1.16.5 (#1034) (dependabot[bot])
5+
6+
* remove lodash from devDependency (Bimal Jha)
7+
8+
* add build.zip file, issue #1025 (Bimal Jha)
9+
10+
* Add typescript types, update API doc (#1022) (Andre Asselin)
11+
12+
* build(deps): bump tar-fs from 1.16.3 to 1.16.4 (#1024) (dependabot[bot])
13+
14+
* add ibmdb binaries for electron v35.x (Bimal Jha)
15+
16+
* build(deps): bump axios from 1.7.4 to 1.8.2 (#1020) (dependabot[bot])
17+
18+
* fea: add support for vscode 1.98.x (Bimal Jha)
19+
20+
* test: add more example for typescript, issue #1018 (Bimal Jha)
21+
22+
* fix: return consistent db2 error with sqlcode, issue #1016 (Bimal Jha)
23+
24+
* update code format and syntax (Bimal Jha)
25+
26+
* fix: resource leak issues reported by code scan (Bimal Jha)
27+
28+
* fix: issue with offline installation directory path #1012 (Bimal Jha)
29+
30+
131
2024-12-01, Version 3.3.0
232
=========================
333

package-lock.json

Lines changed: 1 addition & 1 deletion
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.0",
4+
"version": "3.3.1",
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)