Skip to content

Commit

Permalink
Release 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Feb 14, 2011
1 parent fa717dc commit 424a929
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

1.0.11 / 2011-02-14
===================

* Query refactor and $ne, $slice, $or, $size, $elemMatch, $nin, $exists support [brian]
* Named scopes sugar [brian]

1.0.10 / 2011-02-11
===================

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

exports.version = '1.0.10';
exports.version = '1.0.11';

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

0 comments on commit 424a929

Please sign in to comment.