Skip to content

Commit a297fac

Browse files
committed
Improve test cases and update to 6.6.0-dev
1 parent c7b3c31 commit a297fac

14 files changed

+2864
-2768
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# node-oracledb version 6.5.1
1+
# node-oracledb version 6.6.0-dev
2+
3+
**This release is under development and information may be incomplete**
24

35
The node-oracledb add-on for Node.js powers high performance Oracle Database
46
applications. Applications can be written in TypeScript, or directly in
57
JavaScript.
68

7-
Use node-oracledb 6.5.1 to connect Node.js 14.6, or later, to Oracle
9+
Use node-oracledb 6.6.0-dev to connect Node.js 14.6, or later, to Oracle
810
Database. Older versions of node-oracledb may work with older versions of
911
Node.js.
1012

lib/version.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
module.exports = {
3232
VERSION_MAJOR: 6,
33-
VERSION_MINOR: 5,
34-
VERSION_PATCH: 1,
35-
VERSION_SUFFIX: ''
33+
VERSION_MINOR: 6,
34+
VERSION_PATCH: 0,
35+
VERSION_SUFFIX: '-dev'
3636
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oracledb",
3-
"version": "6.5.1",
3+
"version": "6.6.0-dev",
44
"description": "A Node.js module for Oracle Database access from JavaScript and TypeScript",
55
"license": "(Apache-2.0 OR UPL-1.0)",
66
"homepage": "http://oracle.github.io/node-oracledb/",

0 commit comments

Comments
 (0)