From 8e128346f30efec770f5b18439deec929911ace8 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Fri, 8 Jan 2021 12:53:14 -0500 Subject: [PATCH] chore: release 5.11.11 --- History.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index f20b8e316a3..f28d0576bb6 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,14 @@ +5.11.11 / 2021-01-08 +==================== + * fix(model): support calling `create()` with `undefined` as first argument and no callback #9765 + * fix(index.d.ts): ensure TypeScript knows that `this` refers to `DocType` in schema methods with strict mode #9755 + * fix(index.d.ts): make SchemaDefinition accept a model generic #9761 [mroohian](https://github.com/mroohian) + * fix(index.d.ts): add `Aggregate#addFields()` #9774 + * fix(index.d.ts): allow setting `min` and `max` to [number, string] and [Date, string] #9762 + * fix(index.d.ts): improve context and type bindings for `Schema#methods` and `Schema#statics` #9717 + * docs: add recommended connection option #9768 [Fernando-Lozano](https://github.com/Fernando-Lozano) + * chore: correct improper date in History.md #9783 [botv](https://github.com/botv) + 5.11.10 / 2021-01-04 ==================== * fix(model): support `populate` option for `insertMany()` as a workaround for mongoose-autopopulate #9720 diff --git a/package.json b/package.json index 92f6b9efc50..666062bd04b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "5.11.10", + "version": "5.11.11", "author": "Guillermo Rauch ", "keywords": [ "mongodb",