File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## node-oracledb v3.0.1 (DD Mon YYYY)
4
+
3
5
## node-oracledb v3.0.0 (1 Oct 2018)
4
6
5
7
- Added new APIs for Simple Oracle Document Access
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oracledb" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " A Node.js module for Oracle Database access" ,
5
5
"license" : " Apache-2.0" ,
6
6
"homepage" : " http://oracle.github.io/node-oracledb/" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " oracledb" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " A Node.js module for Oracle Database access" ,
5
5
"license" : " Apache-2.0" ,
6
6
"homepage" : " http://oracle.github.io/node-oracledb/" ,
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ using namespace v8;
71
71
// For production, leave NJS_NODE_ORACLEDB_SUFFIX undefined (not "")
72
72
#define NJS_NODE_ORACLEDB_MAJOR 3
73
73
#define NJS_NODE_ORACLEDB_MINOR 0
74
- #define NJS_NODE_ORACLEDB_PATCH 0
74
+ #define NJS_NODE_ORACLEDB_PATCH 1
75
75
#define NJS_NODE_ORACLEDB_SUFFIX
76
76
77
77
// define stringified version and driver name
You can’t perform that action at this time.
0 commit comments