Skip to content

Commit

Permalink
chore: release 5.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 30, 2021
1 parent b33599c commit c36bd64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
5.13.5 / 2021-07-30
===================
* perf(index.d.ts): improve typescript type checking performance #10515 [andreialecu](https://github.com/andreialecu)
* fix(index.d.ts): fix debug type in MongooseOptions #10510 [thiagokisaki](https://github.com/thiagokisaki)
* docs(api): clarify that `depopulate()` with no args depopulates all #10501 [gfrancz](https://github.com/gfrancz)

5.13.4 / 2021-07-28
===================
* fix: avoid pulling non-schema paths from documents into nested paths #10449
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.4",
"version": "5.13.5",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit c36bd64

Please sign in to comment.