Skip to content

Commit

Permalink
Change to 6.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadraju committed Oct 11, 2023
1 parent c19ff75 commit 39db941
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# node-oracledb version 6.2.0-dev

**This release is under development and information may be incomplete**
# node-oracledb version 6.2.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.2.0-dev to connect Node.js 14.6, or later, to Oracle
Use node-oracledb 6.2.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.

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: 2,
VERSION_PATCH: 0,
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.2.0-dev",
"version": "6.2.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/",
Expand Down

0 comments on commit 39db941

Please sign in to comment.