Skip to content

Commit

Permalink
2.7.0
Browse files Browse the repository at this point in the history
 * fix vulnerabilities (Bimal Jha)
 * update windows binaries (Bimal Jha)
 * doc update (Bimal Jha)
 * doc update for issue #658 (Bimal Jha)
 * upd: test file for issue #634 (Bimal Jha)
 * doc: update for array insert (Bimal Jha)
 * fix for issue #655 (Bimal Jha)
 * fea: Add support for Array Insert #233, #489 (Bimal Jha)
 * fea: read value of IBM_DB_INSTALLER_URL from .npmrc file (Bimal Jha)
 * support for electron7.1.11 version (#619) (Akhil Ravuri)
 * upd: version of minimist to fix security vulnerability (Bimal Jha)
 * upd: test files for Windows to avoid SQL0420N error (Bimal Jha)
  • Loading branch information
bimalkjha committed Jun 7, 2020
1 parent 267cbc8 commit 2567a87
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
2020-06-07, Version 2.7.0
=========================

* fix vulnerabilities (Bimal Jha)

* update windows binaries (Bimal Jha)

* doc update (Bimal Jha)

* doc update for issue #658 (Bimal Jha)

* upd: test file for issue #634 (Bimal Jha)

* doc: update for array insert (Bimal Jha)

* fix for issue #655 (Bimal Jha)

* fea: Add support for Array Insert #233, #489 (Bimal Jha)

* fea: read value of IBM_DB_INSTALLER_URL from .npmrc file (Bimal Jha)

* support for electron7.1.11 version (#619) (Akhil Ravuri)

* upd: version of minimist to fix security vulnerability (Bimal Jha)

* upd: test files for Windows to avoid SQL0420N error (Bimal Jha)


2020-02-20, Version 2.6.4
=========================

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": "2.6.4",
"version": "2.7.0",
"main": "lib/odbc.js",
"homepage": "https://github.com/ibmdb/node-ibm_db/",
"repository": {
Expand Down

0 comments on commit 2567a87

Please sign in to comment.