Skip to content

Commit

Permalink
release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Sep 22, 2011
1 parent 64bd9eb commit bc56060
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
@@ -1,4 +1,11 @@

2.2.0 / 2011-09-22
==================

* fixed; maxListeners warning on schemas with many arrays (#530)
* changed; return / apply defaults based on fields selected in query (#423)
* fixed; correctly detect Mixed types within schema arrays (#532)

2.1.4 / 2011-09-20
==================

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.1.4';
exports.version = '2.2.0';

/**
* 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.1.4"
, "version": "2.2.0"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql"]
, "dependencies": {
Expand Down

0 comments on commit bc56060

Please sign in to comment.