Prepare for 6.4 release

This commit is contained in:
Sharad Chandran R 2024-03-11 17:20:26 +05:30
parent fd9f7d6690
commit ed8c0ac268
3 changed files with 4 additions and 6 deletions

View File

@ -1,12 +1,10 @@
# node-oracledb version 6.4.0-dev
**This release is under development and information may be incomplete**
# node-oracledb version 6.4.0
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.4.0-dev to connect Node.js 14.6, or later, to Oracle
Use node-oracledb 6.4.0 to connect Node.js 14.6, or later, to Oracle
Database. Older versions of node-oracledb may work with older versions of
Node.js.

View File

@ -32,5 +32,5 @@ module.exports = {
VERSION_MAJOR: 6,
VERSION_MINOR: 4,
VERSION_PATCH: 0,
VERSION_SUFFIX: '-dev'
VERSION_SUFFIX: ''
};

View File

@ -1,6 +1,6 @@
{
"name": "oracledb",
"version": "6.4.0-dev",
"version": "6.4.0",
"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/",