Skip to content

Commit 74ebaa5

Browse files
committed
Bumped json package to 0.2.5
1 parent 3da7c17 commit 74ebaa5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

HISTORY

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.3.23 2013-12-13
2+
-----------------
3+
- Bumped bson package to 0.2.4 to work around resolution of include files issues for a lot of node.js installs
4+
5+
1.3.22 2013-12-12
6+
-----------------
7+
- Bumped bson package to 0.2.4 to work around 0.10.22 issues
8+
19
1.3.21 2013-12-11
210
-----------------
311
- Fix for MongoClient connection timeout issue (NODE-97)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ "name" : "mongodb"
22
, "description" : "A node.js driver for MongoDB"
33
, "keywords" : ["mongodb", "mongo", "driver", "db"]
4-
, "version" : "1.3.22"
4+
, "version" : "1.3.23"
55
, "author" : "Christian Amor Kvalheim <christkv@gmail.com>"
66
, "contributors" : [ "Aaron Heckmann",
77
"Christoph Pojer",
@@ -62,7 +62,7 @@
6262
, "bugs" : { "mail" : "node-mongodb-native@googlegroups.com"
6363
, "url" : "http://github.com/mongodb/node-mongodb-native/issues" }
6464
, "dependencies" : {
65-
"bson": "0.2.4"
65+
"bson": "0.2.5"
6666
}
6767
, "devDependencies": {
6868
"dox": "0.4.4"

0 commit comments

Comments
 (0)