Skip to content

Commit

Permalink
chore: release 5.11.20
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Mar 11, 2021
1 parent b3eced2 commit ff289ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
5.11.20 / 2021-03-11
====================
* fix(query+populate): avoid unnecessarily projecting in subpath when populating a path that uses an elemMatch projection #9973
* fix(connection): avoid `db` events deprecation warning with 'close' events #10004 #9930
* fix(index.d.ts): make `$pull` more permissive to allow dotted paths #9993

5.11.19 / 2021-03-05
====================
* fix(document): skip validating array elements that aren't modified when `validateModifiedOnly` is set #9963
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.11.19",
"version": "5.11.20",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit ff289ec

Please sign in to comment.