From f89bed0e98335a94eccd0adbc452e714dd93186c Mon Sep 17 00:00:00 2001 From: Christian Kvalheim Date: Tue, 3 Jan 2017 14:23:09 +0100 Subject: [PATCH] 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 --- HISTORY.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 14a8a467fd..165732e786 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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. diff --git a/package.json b/package.json index 5e7e7cbe07..51a2d1db3e 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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": {