Skip to content

Commit

Permalink
chore: release 5.10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 26, 2020
1 parent 0edffb8 commit dba1dde
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.11 / 2020-10-26
====================
* fix(connection): when calling `mongoose.connect()` multiple times in parallel, make 2nd call wait for connection before resolving #9476
* fix(map): make `save()` persist `Map#clear()` #9493
* fix(document): avoid overwriting array subdocument when setting dotted path that isn't selected #9427
* fix(connection): don't throw Atlas error if server discovery doesn't find any servers #9470
* docs: update options for Model.findOneAndUpdate #9499 [radamson](https://github.com/radamson)

5.10.10 / 2020-10-23
====================
* fix(schema): handle merging schemas from separate Mongoose module instances when schema has a virtual #9471
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.10",
"version": "5.10.11",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit dba1dde

Please sign in to comment.