Skip to content

Commit

Permalink
release 3.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 20, 2014
1 parent 0aaf382 commit da87828
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
3.8.10 / 2014-05-20
==================

* updated; node-mongodb-native to 1.4.4
* fixed; _.isEqual false negatives bug in js-bson #2070
* fixed; missing check for schema.options #2014
* fixed; missing support for $position #2024
* fixed; options object corruption #2049
* fixed; improvements to virtuals docs #2055
* fixed; added `domain` to reserved keywords #2052 #1338

3.8.9 / 2014-05-08
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose"
, "description": "Mongoose MongoDB ODM"
, "version": "3.8.10-pre"
, "version": "3.8.10"
, "author": "Guillermo Rauch <[email protected]>"
, "keywords": ["mongodb", "document", "model", "schema", "database", "odm", "data", "datastore", "query", "nosql", "orm", "db"]
, "dependencies": {
Expand Down

0 comments on commit da87828

Please sign in to comment.