Skip to content

Commit

Permalink
v6.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadraju committed Jul 12, 2023
1 parent eadafe2 commit 280ceae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# node-oracledb version 6.0.3-dev
# node-oracledb version 6.0.3

**This release is under development and information may be incomplete**

The node-oracledb add-on for Node.js powers high performance Oracle Database
applications. Applications can be written in TypeScript, or directly in
JavaScript.

Use node-oracledb 6.0.3-dev to connect Node.js 14.6, or later, to Oracle
Use node-oracledb 6.0.3 to connect Node.js 14.6, or later, to Oracle
Database. Older versions of node-oracledb may work with older versions of
Node.js.

Expand Down
2 changes: 1 addition & 1 deletion doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
node-oracledb Release Notes
=============================

node-oracledb `v6.0.3 <https://github.com/oracle/node-oracledb/compare/v6.0.2...v6.0.3>`__ (TBD)
node-oracledb `v6.0.3 <https://github.com/oracle/node-oracledb/compare/v6.0.2...v6.0.3>`__ (12 Jul 2023)
------------------------------------------------------------------------------------------------

Common Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ module.exports = {
VERSION_MAJOR: 6,
VERSION_MINOR: 0,
VERSION_PATCH: 3,
VERSION_SUFFIX: '-dev'
VERSION_SUFFIX: ''
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oracledb",
"version": "6.0.3-dev",
"version": "6.0.3",
"description": "A Node.js module for Oracle Database access from JavaScript and TypeScript",
"license": "(Apache-2.0 OR UPL-1.0)",
"homepage": "http://oracle.github.io/node-oracledb/",
Expand Down

0 comments on commit 280ceae

Please sign in to comment.