Skip to content

Commit

Permalink
release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed May 19, 2011
1 parent 622984b commit d3de5fc
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 @@


1.3.5 / 2011-05-17
===================

* fixed; $ne queries work properly with single vals
* added; #inspect() methods to improve console.log output

1.3.4 / 2011-05-17
===================

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

exports.version = '1.3.4';
exports.version = '1.3.5';

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

0 comments on commit d3de5fc

Please sign in to comment.