Skip to content

Commit a9d08f7

Browse files
committed
Bump version to 3.0.1
1 parent dcfe687 commit a9d08f7

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Change Log
22

3+
## node-oracledb v3.0.1 (DD Mon YYYY)
4+
35
## node-oracledb v3.0.0 (1 Oct 2018)
46

57
- Added new APIs for Simple Oracle Document Access

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": "3.0.0",
3+
"version": "3.0.1",
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": "3.0.0",
3+
"version": "3.0.1",
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
@@ -71,7 +71,7 @@ using namespace v8;
7171
// For production, leave NJS_NODE_ORACLEDB_SUFFIX undefined (not "")
7272
#define NJS_NODE_ORACLEDB_MAJOR 3
7373
#define NJS_NODE_ORACLEDB_MINOR 0
74-
#define NJS_NODE_ORACLEDB_PATCH 0
74+
#define NJS_NODE_ORACLEDB_PATCH 1
7575
#define NJS_NODE_ORACLEDB_SUFFIX
7676

7777
// define stringified version and driver name

0 commit comments

Comments
 (0)