Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
 * update M1 Chip system installation instruction (Bimal Jha)
 * Replace unzip package to fix Node 18 install error (#922) (Timothy Johnson)
 * update documentation (Bimal Jha)
 * Add MacOS M1/M2 Chip install instructions (Bimal Jha)
 * update windows and vscode binaries (Bimal Jha)
 * add char insert test case for issue #915 (Bimal Jha)
 * update minimist version in package-lock.json file, issue #905 (Bimal Jha)
 * fix for issue #904 - correct typo in promise return (Bimal Jha)
 * fix: use passed length as buffer size for binary array insert, issue #896 (Bimal Jha)
 * fix: for issue #899 - correct hard coded path in mac vscode binary (Bimal Jha)
  • Loading branch information
bimalkjha committed May 7, 2023
1 parent 82ef5f8 commit e6956b4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
26 changes: 25 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
2022-12-05, Version 3.1.0
2023-05-07, Version 3.2.0
=========================

* update M1 Chip system installation instruction (Bimal Jha)

* Replace unzip package to fix Node 18 install error (#922) (Timothy Johnson)

* update documentation (Bimal Jha)

* Add MacOS M1/M2 Chip install instructions (Bimal Jha)

* update windows and vscode binaries (Bimal Jha)

* add char insert test case for issue #915 (Bimal Jha)

* update minimist version in package-lock.json file, issue #905 (Bimal Jha)

* fix for issue #904 - correct typo in promise return (Bimal Jha)

* fix: use passed length as buffer size for binary array insert, issue #896 (Bimal Jha)

* fix: for issue #899 - correct hard coded path in mac vscode binary (Bimal Jha)


2022-12-04, Version 3.1.0
=========================

* update Readme file (Bimal Jha)
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "3.2.0",
"main": "lib/odbc.js",
"homepage": "https://github.com/ibmdb/node-ibm_db/",
"repository": {
Expand Down

0 comments on commit e6956b4

Please sign in to comment.