Skip to content

Commit e8c95e4

Browse files
committed
Updated version and history
1 parent 807fa89 commit e8c95e4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.0.20 2015-03-04
2+
-----------------
3+
- Updated mongodb-core 1.1.15 to relax pickserver method.
4+
15
2.0.19 2015-03-03
26
-----------------
37
- NODE-376 Fixes issue - Unordered batch incorrectly tracks batch size when switching batch types (Issue #1261, https://github.com/meirgottlieb)

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.19",
3+
"version": "2.0.20",
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.1.14"
16+
"mongodb-core": "1.1.15"
1717
, "readable-stream": "1.0.31"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)