Skip to content

Commit 8f41c9c

Browse files
committed
Update to 6.7.1-dev
1 parent ed14819 commit 8f41c9c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
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.7.0
1+
# node-oracledb version 6.7.1-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.7.0 to connect Node.js 14.6, or later, to Oracle
9+
Use node-oracledb 6.7.1-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
module.exports = {
3232
VERSION_MAJOR: 6,
3333
VERSION_MINOR: 7,
34-
VERSION_PATCH: 0,
35-
VERSION_SUFFIX: ''
34+
VERSION_PATCH: 1,
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.7.0",
3+
"version": "6.7.1-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)