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
22
33** This release is under development and information may be incomplete**
44
55The node-oracledb add-on for Node.js powers high performance Oracle Database
66applications. Applications can be written in TypeScript, or directly in
77JavaScript.
88
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
1010Database. Older versions of node-oracledb may work with older versions of
1111Node.js.
1212
Original file line number Diff line number Diff line change 55node-oracledb Release Notes
66=============================
77
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 )
99------------------------------------------------------------------------------------------------
1010
1111Common Changes
Original file line number Diff line number Diff line change @@ -32,5 +32,5 @@ module.exports = {
3232 VERSION_MAJOR : 6 ,
3333 VERSION_MINOR : 0 ,
3434 VERSION_PATCH : 3 ,
35- VERSION_SUFFIX : '-dev '
35+ VERSION_SUFFIX : ''
3636} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " oracledb" ,
3- "version" : " 6.0.3-dev " ,
3+ "version" : " 6.0.3" ,
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/" ,
You can’t perform that action at this time.
0 commit comments