From b38c223a48c8bcd3b7fb808ae92a0aeeca441ff1 Mon Sep 17 00:00:00 2001 From: Peter Schmidt Date: Fri, 3 Feb 2017 19:21:58 +1100 Subject: [PATCH] :arrow_up: data-service@2.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Includes :arrow_up: index-model@0.6.4 bug fix. Note: As we don’t have a shrinkwrap.json or yarn.lock at this time committed on this releases branch, this is actually just a placeholder to retest that we didn’t break anything obvious on this tab as well as including this bug fix. #retry COMPASS-707 https://travis-ci.com/10gen/compass/jobs/64044458 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ccbaae503c..77688163fcd 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "mongodb": "^2.2.8", "mongodb-collection-model": "^0.3.1", "mongodb-connection-model": "^6.3.5", - "mongodb-data-service": "^2.4.0", + "mongodb-data-service": "^2.5.1", "mongodb-database-model": "^0.1.2", "mongodb-explain-plan-model": "^0.2.2", "mongodb-extended-json": "^1.9.0",