Skip to content

Commit bbb8980

Browse files
committed
Update version to 6.7 and formatting changes
1 parent dd487c0 commit bbb8980

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.gitmodules
55
.eslintrc
66
.readthedocs.yaml
7-
.gitlab-ci.yml
7+
*-ci.yml
88
INSTALL.md
99
CONTRIBUTING.md
1010
Makefile

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# node-oracledb version 6.7.0-dev
2-
3-
**This release is under development and information may be incomplete**
1+
# node-oracledb version 6.7.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.7.0-dev to connect Node.js 14.6, or later, to Oracle
7+
Use node-oracledb 6.7.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

doc/src/release_notes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Thin Mode Changes
7676
thrown for all bind mismatch scenarios.
7777

7878
#) Added new error message to handle the case when
79-
:meth:`connection.executeMany()` is used with SELECT statement and WITH
80-
SQL clause.
79+
:meth:`connection.executeMany()` is used with SELECT statement and WITH
80+
SQL clause.
8181

8282
Thick Mode changes
8383
++++++++++++++++++

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ module.exports = {
3232
VERSION_MAJOR: 6,
3333
VERSION_MINOR: 7,
3434
VERSION_PATCH: 0,
35-
VERSION_SUFFIX: '-dev'
35+
VERSION_SUFFIX: ''
3636
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oracledb",
3-
"version": "6.7.0-dev",
3+
"version": "6.7.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/",

test/list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Overview of node-oracledb functional tests
320320
9.2 case sensitive
321321
9.2.1 works for tables whose column names were created case sensitively
322322
9.3 Large number of columns
323-
9.10 works with a large number of columns
323+
9.3.1 works with a large number of columns
324324
9.4 single character column
325325
9.4.1 works with column names consisting of single characters
326326
9.5 duplicate column alias

0 commit comments

Comments
 (0)