Skip to content

Commit

Permalink
release 2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Oct 26, 2011
1 parent 02612f7 commit f962b60
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.8 / 2011-10-26
==================

* added; callback to query#findOne is now optional (#581)

2.3.7 / 2011-10-24
==================

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

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

0 comments on commit f962b60

Please sign in to comment.