Skip to content

Commit

Permalink
release 1.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Mar 30, 2011
1 parent c59251b commit 08ae438
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 @@

1.1.18 / 2011-03-30
===================

* Fixed; non-mixed type object setters work after initd from null

1.1.17 / 2011-03-30
===================

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

exports.version = '1.1.17';
exports.version = '1.1.18';

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

0 comments on commit 08ae438

Please sign in to comment.