File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # node-oracledb version 6.0.3-dev
1
+ # node-oracledb version 6.0.3
2
2
3
3
** This release is under development and information may be incomplete**
4
4
5
5
The node-oracledb add-on for Node.js powers high performance Oracle Database
6
6
applications. Applications can be written in TypeScript, or directly in
7
7
JavaScript.
8
8
9
- Use node-oracledb 6.0.3-dev to connect Node.js 14.6, or later, to Oracle
9
+ Use node-oracledb 6.0.3 to connect Node.js 14.6, or later, to Oracle
10
10
Database. Older versions of node-oracledb may work with older versions of
11
11
Node.js.
12
12
Original file line number Diff line number Diff line change 5
5
node-oracledb Release Notes
6
6
=============================
7
7
8
- node-oracledb `v6.0.3 <https://github.com/oracle/node-oracledb/compare/v6.0.2...v6.0.3 >`__ (TBD )
8
+ node-oracledb `v6.0.3 <https://github.com/oracle/node-oracledb/compare/v6.0.2...v6.0.3 >`__ (12 Jul 2023 )
9
9
------------------------------------------------------------------------------------------------
10
10
11
11
Common Changes
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 : 3 ,
35
- VERSION_SUFFIX : '-dev '
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.3-dev " ,
3
+ "version" : " 6.0.3" ,
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