Skip to content

Commit

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

0 comments on commit cb1e787

Please sign in to comment.