File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- # node-oracledb version 6.0.0-dev6
2
-
3
- ** This release is under development and information may be incomplete**
1
+ # node-oracledb version 6.0.0
4
2
5
3
The node-oracledb add-on for Node.js powers high performance Oracle Database
6
4
applications. Applications can be written in TypeScript, or directly in
7
5
JavaScript.
8
6
9
- Use node-oracledb 6.0.0-dev6 to connect Node.js 14.6, or later, to Oracle
7
+ Use node-oracledb 6.0.0 to connect Node.js 14.6, or later, to Oracle
10
8
Database. Older versions of node-oracledb may work with older versions of
11
9
Node.js.
12
10
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ module.exports = {
32
32
VERSION_MAJOR : 6 ,
33
33
VERSION_MINOR : 0 ,
34
34
VERSION_PATCH : 0 ,
35
- VERSION_SUFFIX : '-dev6 '
35
+ VERSION_SUFFIX : ''
36
36
} ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oracledb" ,
3
- "version" : " 6.0.0-dev6 " ,
3
+ "version" : " 6.0.0" ,
4
4
"description" : " A Node.js module for Oracle Database access from JavaScript and TypeScript" ,
5
5
"license" : " (Apache-2.0 OR UPL-1.0)" ,
6
6
"homepage" : " http://oracle.github.io/node-oracledb/" ,
You can’t perform that action at this time.
0 commit comments