Skip to content

Commit

Permalink
chore: release 5.11.18
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 23, 2021
1 parent b69413a commit 811a52a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
5.11.18 / 2021-02-23
====================
* fix(connection): set connection state to `disconnected` if connecting string failed to parse #9921
* fix(connection): remove `db` events deprecation warning if `useUnifiedTopology = true` #9930
* fix(connection): fix promise chaining for openUri #9960 [lantw44](https://github.com/lantw44)
* fix(index.d.ts): add `PopulatedDoc` type to make it easier to define populated docs in interfaces #9818
* fix(index.d.ts): allow explicitly overwriting `toObject()` return type for backwards compatibility #9944
* fix(index.d.ts): correctly throw error when interface path type doesn't line up with schema path type #9958 [ShadiestGoat](https://github.com/ShadiestGoat)
* fix(index.d.ts): remove `any` from `deleteX()` and `updateX()` query params and return values #9959 [btd](https://github.com/btd)
* fix(index.d.ts): add non-generic versions of `Model.create()` for better autocomplete #9928
* docs: correctly handle multiple `&gt` in API descriptions #9940

5.11.17 / 2021-02-17
====================
* fix(populate): handle `perDocumentLimit` when multiple documents reference the same populated doc #9906
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.17",
"version": "5.11.18",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 811a52a

Please sign in to comment.