Skip to content

Commit 70ceff3

Browse files
committed
Updated mongodb-core and version to 2.0.39
1 parent c4967f2 commit 70ceff3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

HISTORY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
2.0.39 07-14-2015
2+
-----------------
3+
- Updated mongodb-core to 1.2.6 for NODE-505.
4+
15
2.0.38 07-14-2015
26
-----------------
37
- NODE-505 Query fails to find records that have a 'result' property with an array value.
4-
- Updated mongodb-core to 1.2.6 for NODE-505.
58

69
2.0.37 07-14-2015
710
-----------------

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb",
3-
"version": "2.0.38",
3+
"version": "2.0.39",
44
"description": "MongoDB legacy driver emulation layer on top of mongodb-core",
55
"main": "index.js",
66
"repository": {
@@ -13,7 +13,7 @@
1313
"legacy"
1414
],
1515
"dependencies": {
16-
"mongodb-core": "1.2.5"
16+
"mongodb-core": "1.2.6"
1717
, "readable-stream": "1.0.31"
1818
, "es6-promise": "2.1.1"
1919
},

0 commit comments

Comments
 (0)