Change the release to 6.6
This commit is contained in:
parent
7039a09b31
commit
3ad2bab7a7
|
@ -1,12 +1,10 @@
|
|||
# node-oracledb version 6.6.0-dev
|
||||
|
||||
**This release is under development and information may be incomplete**
|
||||
# node-oracledb version 6.6.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.6.0-dev to connect Node.js 14.6, or later, to Oracle
|
||||
Use node-oracledb 6.6.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.
|
||||
|
||||
|
|
|
@ -32,5 +32,5 @@ module.exports = {
|
|||
VERSION_MAJOR: 6,
|
||||
VERSION_MINOR: 6,
|
||||
VERSION_PATCH: 0,
|
||||
VERSION_SUFFIX: '-dev'
|
||||
VERSION_SUFFIX: ''
|
||||
};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "oracledb",
|
||||
"version": "6.6.0-dev",
|
||||
"version": "6.6.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/",
|
||||
|
|
Loading…
Reference in New Issue