Skip to content

Commit

Permalink
Updated history and package
Browse files Browse the repository at this point in the history
  • Loading branch information
christkv committed Oct 22, 2011
1 parent 87e895e commit fdc7d8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions HISTORY
@@ -1,3 +1,6 @@
0.9.6-23 2011-10-22
* Included fix for MongoDB driver shouldn't try to catch errors from user code, Issue #379

0.9.6-22 2011-10-15
* Fixed bug in js bson parser that could cause wrong object size on serialization, Issue #370
* Fixed bug in findAndModify that did not throw error on replicaset timeout, Issue #373
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{ "name" : "mongodb"
, "description" : "A node.js driver for MongoDB"
, "keywords" : ["mongodb", "mongo", "driver", "db"]
, "version" : "0.9.6-22"
, "version" : "0.9.6-23"
, "author" : "Christian Amor Kvalheim <christkv@gmail.com>"
, "contributors" : [ "Aaron Heckmann",
"Christoph Pojer",
Expand Down

0 comments on commit fdc7d8c

Please sign in to comment.