Skip to content

Commit

Permalink
chore: release 4.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 16, 2017
1 parent 0504ec6 commit 66d559b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
4.7.7 / 2017-01-15
==================
* fix(utils): don't crash if to[key] is null #4881
* fix: upgrade mongodb -> 2.2.21 #4867
* fix: add a toBSON to documents for easier querying #4866
* fix: suppress bluebird warning #4854 [davidwu226](https://github.com/davidwu226)
* fix(populate): handle nested virtuals in virtual populate #4851

4.7.6 / 2017-01-02
==================
* fix(model): allow passing non-array to insertMany #4846
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": "4.7.7-pre",
"version": "4.7.7",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 66d559b

Please sign in to comment.