Skip to content

Commit

Permalink
release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Apr 19, 2012
1 parent 872aaa4 commit 2d41f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion History.md
@@ -1,10 +1,11 @@
2.5.15 / 2012-04...
2.6.0 / 2012-04-19
===================

* updated; hooks.js to 0.2.1
* fixed; issue with passing undefined to a hook callback. thanks to [chrisleishman] for reporting.
* fixed; updating/setting nested objects in strict schemas (#843) as reported by [kof]
* fixed; Query#{update,remove}() work without callbacks again (#788)
* fixed; modifying subdoc along with parent array $atomic op (#842)

2.5.14 / 2012-04-13
===================
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose"
, "description": "Mongoose MongoDB ODM"
, "version": "2.5.14"
, "version": "2.6.0"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"
, "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql", "odm", "sql"]
, "dependencies": {
Expand Down

0 comments on commit 2d41f2b

Please sign in to comment.