Skip to content

Commit

Permalink
release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Aug 17, 2012
1 parent 6388e17 commit 1a6be8d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

3.0.2 / 2012-08-17
==================

* added; missing support for v3 sort/select syntax to findAndModify helpers (#1058)
* fixed; replset fullsetup event emission
* fixed; reconnected event for replsets
* fixed; server reconnection setting discovery
* fixed; compat with non-schema path props using positional notation (#1048)
* fixed; setter/casting order (#665)
* docs; updated

3.0.1 / 2012-08-11
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose"
, "description": "Mongoose MongoDB ODM"
, "version": "3.0.1"
, "version": "3.0.2"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql", "odm", "sql"]
, "dependencies": {
Expand Down

0 comments on commit 1a6be8d

Please sign in to comment.