Skip to content

Commit 97d7858

Browse files
committed
Bump version for release
1 parent b437c8b commit 97d7858

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# node-oracledb version 6.0.0-dev6
2-
3-
**This release is under development and information may be incomplete**
1+
# node-oracledb version 6.0.0
42

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

9-
Use node-oracledb 6.0.0-dev6 to connect Node.js 14.6, or later, to Oracle
7+
Use node-oracledb 6.0.0 to connect Node.js 14.6, or later, to Oracle
108
Database. Older versions of node-oracledb may work with older versions of
119
Node.js.
1210

lib/version.js

+1-1
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: 0,
35-
VERSION_SUFFIX: '-dev6'
35+
VERSION_SUFFIX: ''
3636
};

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oracledb",
3-
"version": "6.0.0-dev6",
3+
"version": "6.0.0",
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)