Skip to content

Commit ff289ec

Browse files
committed
chore: release 5.11.20
1 parent b3eced2 commit ff289ec

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
5.11.20 / 2021-03-11
2+
====================
3+
* fix(query+populate): avoid unnecessarily projecting in subpath when populating a path that uses an elemMatch projection #9973
4+
* fix(connection): avoid `db` events deprecation warning with 'close' events #10004 #9930
5+
* fix(index.d.ts): make `$pull` more permissive to allow dotted paths #9993
6+
17
5.11.19 / 2021-03-05
28
====================
39
* fix(document): skip validating array elements that aren't modified when `validateModifiedOnly` is set #9963

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "5.11.19",
4+
"version": "5.11.20",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)