Skip to content

Commit cb1e787

Browse files
committedAug 23, 2021
chore: release 5.13.8
1 parent 5c0140c commit cb1e787

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎History.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
5.13.8 / 2021-08-23
2+
===================
3+
* fix(populate): handle populating subdoc array virtual with sort #10552
4+
* fix(model): check for code instead of codeName when checking for existing collections for backwards compat with MongoDB 3.2 #10420
5+
* fix(index.d.ts): correct value of this for custom query helper methods #10545
6+
* fix(index.d.ts): allow strings for ObjectIds in nested properties #10573
7+
* fix(index.d.ts): add match to VirtualTypeOptions.options #8749
8+
* fix(index.d.ts): allow QueryOptions populate parameter type PopulateOptions #10587 [osmanakol](https://github.com/osmanakol)
9+
* docs(api): add Document#$where to API docs #10583
10+
111
5.13.7 / 2021-08-11
212
===================
313
* 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

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "5.13.7",
4+
"version": "5.13.8",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)
Please sign in to comment.