Skip to content

Commit

Permalink
chore: release 5.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 23, 2020
1 parent 43869bf commit 1264d7e
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.10 / 2020-10-23
====================
* fix(schema): handle merging schemas from separate Mongoose module instances when schema has a virtual #9471
* fix(connection): make connection.then(...) resolve to a connection instance #9497 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* fix(aggregate): when using $search with discriminators, add `$match` as the 2nd stage in pipeline rather than 1st #9487
* fix(query): cast $nor within $elemMatch #9479
* docs(connection): add note about 'error' event versus 'disconnected' event #9488 [tareqdayya](https://github.com/tareqdayya)

5.10.9 / 2020-10-09
===================
* fix(update): strip out unused array filters to avoid "filter was not used in the update" error #9468
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.9",
"version": "5.10.10",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 1264d7e

Please sign in to comment.