From ff289eca501457548cccd53816565d5557aef3fc Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Thu, 11 Mar 2021 09:40:32 -0500 Subject: [PATCH] chore: release 5.11.20 --- History.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 562714e7315..d7ce2d8cb54 100644 --- a/History.md +++ b/History.md @@ -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 diff --git a/package.json b/package.json index 17e9ac6a46a..064840596bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "5.11.19", + "version": "5.11.20", "author": "Guillermo Rauch ", "keywords": [ "mongodb",