Skip to content

Commit

Permalink
chore: release 5.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 8, 2021
1 parent 1e79cac commit 8e12834
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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
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.10",
"version": "5.11.11",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 8e12834

Please sign in to comment.