From cb1e7872da51f6ae219ee3942bcbc6b8e125f900 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Mon, 23 Aug 2021 11:49:30 -0400 Subject: [PATCH] chore: release 5.13.8 --- History.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 451ff07fb60..9b79c71b4b7 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,13 @@ +5.13.8 / 2021-08-23 +=================== + * fix(populate): handle populating subdoc array virtual with sort #10552 + * fix(model): check for code instead of codeName when checking for existing collections for backwards compat with MongoDB 3.2 #10420 + * fix(index.d.ts): correct value of this for custom query helper methods #10545 + * fix(index.d.ts): allow strings for ObjectIds in nested properties #10573 + * fix(index.d.ts): add match to VirtualTypeOptions.options #8749 + * fix(index.d.ts): allow QueryOptions populate parameter type PopulateOptions #10587 [osmanakol](https://github.com/osmanakol) + * docs(api): add Document#$where to API docs #10583 + 5.13.7 / 2021-08-11 =================== * perf(index.d.ts): loosen up restrictions on ModelType generic for Schema for a ~50% perf improvement when compiling TypeScript and using intellisense #10536 #10515 #10349 diff --git a/package.json b/package.json index 385ab217308..26c2ed6bb77 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "5.13.7", + "version": "5.13.8", "author": "Guillermo Rauch ", "keywords": [ "mongodb",