Skip to content

Commit 7ee8f80

Browse files
committed
Upgrade version to 6.0.2-dev
1 parent 8c2d69b commit 7ee8f80

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
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.0.1
1+
# node-oracledb version 6.0.2-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.0.1 to connect Node.js 14.6, or later, to Oracle
9+
Use node-oracledb 6.0.2-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: 0,
34-
VERSION_PATCH: 1,
35-
VERSION_SUFFIX: ''
34+
VERSION_PATCH: 2,
35+
VERSION_SUFFIX: '-dev'
3636
};

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oracledb",
3-
"version": "6.0.1",
3+
"version": "6.0.2-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/",
@@ -30,7 +30,7 @@
3030
"url": "git://github.com/oracle/node-oracledb.git"
3131
},
3232
"devDependencies": {
33-
"mocha": "10.0.0",
33+
"mocha": "10.2.0",
3434
"eslint": "8.15.0"
3535
},
3636
"scripts": {

0 commit comments

Comments
 (0)