Skip to content

Commit

Permalink
chore: release 5.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 11, 2020
1 parent a065f07 commit d003ae3
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 @@
5.10.5 / 2020-09-11
===================
* fix: bump mongodb -> 3.6.2 #9411 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* fix(query+aggregate+cursor): support async iteration over a cursor instance as opposed to a Query or Aggregate instance #9403
* fix(document): respect child schema `minimize` if `toObject()` is called without an explicit `minimize` #9405
* docs(guide): use const instead of var #9394 [nainardev](https://github.com/nainardev)
* docs(query): link to lean, findOneAndUpdate, query casting tutorials from query docs #9410

5.10.4 / 2020-09-09
===================
* fix(document): allow setting nested path to instance of model #9392
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.4",
"version": "5.10.5",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit d003ae3

Please sign in to comment.