Skip to content

Commit

Permalink
release 2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Nov 5, 2011
1 parent 4dfa74a commit c131193
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

2.3.10 / 2011-11-05
===================

* fixed; model.update casting for nested paths works (#542)

2.3.9 / 2011-11-04
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -273,7 +273,7 @@ exports.Connection = Connection;
* @param version
*/

exports.version = '2.3.9';
exports.version = '2.3.10';

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

0 comments on commit c131193

Please sign in to comment.