Skip to content

Commit c36bd64

Browse files
committed
chore: release 5.13.5
1 parent b33599c commit c36bd64

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
5.13.5 / 2021-07-30
2+
===================
3+
* perf(index.d.ts): improve typescript type checking performance #10515 [andreialecu](https://github.com/andreialecu)
4+
* fix(index.d.ts): fix debug type in MongooseOptions #10510 [thiagokisaki](https://github.com/thiagokisaki)
5+
* docs(api): clarify that `depopulate()` with no args depopulates all #10501 [gfrancz](https://github.com/gfrancz)
6+
17
5.13.4 / 2021-07-28
28
===================
39
* fix: avoid pulling non-schema paths from documents into nested paths #10449

package.json

Lines changed: 1 addition & 1 deletion
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.4",
4+
"version": "5.13.5",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)