Skip to content

Commit

Permalink
Updated mongodb-core to 2.1.4 to fix bson ObjectId toString issue wit…
Browse files Browse the repository at this point in the history
…h utils.inspect messing with toString parameters in node 6. Updated version to 2.2.18
  • Loading branch information
christkv committed Jan 3, 2017
1 parent 2bb9a7b commit f89bed0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.2.18 2017-01-03
-----------------
- Updated mongodb-core to 2.1.4 to fix bson ObjectId toString issue with utils.inspect messing with toString parameters in node 6.

2.2.17 2017-01-02
-----------------
* updated createCollection doc options and linked to create command.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb",
"version": "2.2.17",
"version": "2.2.18",
"description": "The official MongoDB driver for Node.js",
"main": "index.js",
"repository": {
Expand All @@ -14,7 +14,7 @@
],
"dependencies": {
"es6-promise": "3.2.1",
"mongodb-core": "2.1.3",
"mongodb-core": "2.1.4",
"readable-stream": "2.1.5"
},
"devDependencies": {
Expand Down

0 comments on commit f89bed0

Please sign in to comment.