Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
 * update Readme file (Bimal Jha)
 * update: windows binary for nodejs v19.x (Bimal Jha)
 * fix: for binary data array insert issue #883 (Bimal Jha)
 * fix: update nan version to 2.17.0 (Bimal Jha)
 * fea: Add support for getFunctions() APIs (Bimal Jha)
 * build(deps): bump minimatch from 3.0.4 to 3.1.2 (#893) (dependabot[bot])
 * fea: add support for getTypeInfo() APIs (Bimal Jha)
 * Fix error in driverInstaller on z/OS (#884) (jolai)
  • Loading branch information
bimalkjha committed Dec 5, 2022
1 parent 589494d commit 2cbec01
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
2022-12-05, Version 3.1.0
=========================

* update Readme file (Bimal Jha)

* update: windows binary for nodejs v19.x (Bimal Jha)

* fix: for binary data array insert issue #883 (Bimal Jha)

* fix: update nan version to 2.17.0 (Bimal Jha)

* fea: Add support for getFunctions() APIs (Bimal Jha)

* build(deps): bump minimatch from 3.0.4 to 3.1.2 (#893) (dependabot[bot])

* fea: add support for getTypeInfo() APIs (Bimal Jha)

* Fix error in driverInstaller on z/OS (#884) (jolai)


2022-09-06, Version 3.0.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.0.0",
"version": "3.1.0",
"main": "lib/odbc.js",
"homepage": "https://github.com/ibmdb/node-ibm_db/",
"repository": {
Expand Down

0 comments on commit 2cbec01

Please sign in to comment.