Skip to content

Commit c1c79af

Browse files
committed
Bump version to 2.3.0 from 2.3.0-dev
1 parent 305e7f1 commit c1c79af

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## node-oracledb v2.3.0-dev (DD Mon YYYY)
3+
## node-oracledb v2.3.0 (7 Jun 2018)
44

55
- The stated compatibility is now for Node.js 6, 8, and 10 due to EOL
66
of Node.js 4, and the release of Node 10.

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# node-oracledb 2.3-dev Documentation for the Oracle Database Node.js Add-on
1+
# node-oracledb 2.3 Documentation for the Oracle Database Node.js Add-on
22

33
*Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.*
44

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": "2.3.0-dev",
3+
"version": "2.3.0",
44
"description": "A Node.js module for Oracle Database access",
55
"license": "Apache-2.0",
66
"homepage": "http://oracle.github.io/node-oracledb/",

package/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": "2.3.0-dev",
3+
"version": "2.3.0",
44
"description": "A Node.js module for Oracle Database access",
55
"license": "Apache-2.0",
66
"homepage": "http://oracle.github.io/node-oracledb/",

src/njsOracle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ using namespace v8;
7272
#define NJS_NODE_ORACLEDB_MAJOR 2
7373
#define NJS_NODE_ORACLEDB_MINOR 3
7474
#define NJS_NODE_ORACLEDB_PATCH 0
75-
#define NJS_NODE_ORACLEDB_SUFFIX "-dev"
75+
#define NJS_NODE_ORACLEDB_SUFFIX
7676

7777
// define stringified version and driver name
7878
#define NJS_STR_HELPER(x) #x

0 commit comments

Comments
 (0)