Skip to content

Commit

Permalink
chore: release 5.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 18, 2020
1 parent ebdbe41 commit c83ad5f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
5.10.6 / 2020-09-18
===================
* fix(populate): handle `options.perDocumentLimit` option same as `perDocumentLimit` when calling `populate()` #9418
* fix(document): invalidate path if default function throws an error #9408
* fix: ensure subdocument defaults run after initial values are set when initing #9408
* docs(faq+queries): add more detail about duplicate queries, including an faq entry #9386
* docs: replace var with let and const in docs and test files #9414 [jmadankumar](https://github.com/jmadankumar)
* docs(model+query): document using array of strings as projection #9413
* docs(middleware): add missing backtick #9425 [tphobe9312](https://github.com/tphobe9312)

5.10.5 / 2020-09-11
===================
* fix: bump mongodb -> 3.6.2 #9411 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
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": "5.10.5",
"version": "5.10.6",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit c83ad5f

Please sign in to comment.