Skip to content

Commit 280ceae

Browse files
committed
v6.0.3 release
1 parent eadafe2 commit 280ceae

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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

55
The node-oracledb add-on for Node.js powers high performance Oracle Database
66
applications. Applications can be written in TypeScript, or directly in
77
JavaScript.
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
1010
Database. Older versions of node-oracledb may work with older versions of
1111
Node.js.
1212

doc/src/release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
node-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

1111
Common Changes

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
};

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.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/",

0 commit comments

Comments
 (0)