Skip to content

Commit

Permalink
chore: release 4.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 12, 2017
1 parent 03e1062 commit 5c22152
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
4.8.7 / 2017-03-12
==================
* fix(model): if last arg in spread is falsy, treat it as a callback #5061
* fix(document): use $hook instead of hook to enable 'hook' as a path name #5047
* fix(populate): dont select foreign field if parent field is selected #5037
* fix(populate): handle passing no args to query.populate #5036
* fix(update): use correct method for casting nested arrays #5032
* fix(discriminator): handle array discriminators when casting $push #5009

4.8.6 / 2017-03-05
==================
* docs(document): remove text that implies that transform is false by default #5023
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.8.7-pre",
"version": "4.8.7",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 5c22152

Please sign in to comment.