Skip to content

Commit f89bed0

Browse files
committed
Updated mongodb-core to 2.1.4 to fix bson ObjectId toString issue with utils.inspect messing with toString parameters in node 6. Updated version to 2.2.18
1 parent 2bb9a7b commit f89bed0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.2.18 2017-01-03
2+
-----------------
3+
- Updated mongodb-core to 2.1.4 to fix bson ObjectId toString issue with utils.inspect messing with toString parameters in node 6.
4+
15
2.2.17 2017-01-02
26
-----------------
37
* updated createCollection doc options and linked to create command.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "2.2.17",
3+
"version": "2.2.18",
44
"description": "The official MongoDB driver for Node.js",
55
"main": "index.js",
66
"repository": {
@@ -14,7 +14,7 @@
1414
],
1515
"dependencies": {
1616
"es6-promise": "3.2.1",
17-
"mongodb-core": "2.1.3",
17+
"mongodb-core": "2.1.4",
1818
"readable-stream": "2.1.5"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)