Skip to content

Commit

Permalink
release 2.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Jan 10, 2012
1 parent 79b8b28 commit 6c31205
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
@@ -1,4 +1,12 @@

2.4.10 / 2012-01-10
===================

* added; optional getter application in .toObject()/.toJSON() (#412)
* fixed; nested $operators in $all queries (#670)
* added; $nor support (#674)
* fixed; bug when adding nested schema (#662) [paulwe]

2.4.9 / 2012-01-04
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose"
, "description": "Mongoose MongoDB ODM"
, "version": "2.4.9"
, "version": "2.4.10"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql"]
, "dependencies": {
Expand Down

0 comments on commit 6c31205

Please sign in to comment.