Skip to content

Commit

Permalink
chore: release 5.13.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 12, 2021
1 parent f516c7f commit 4b8e0d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
@@ -1,3 +1,8 @@
5.13.11 / 2021-10-12
====================
* fix: upgrade mongodb -> 3.7.2 #10871 [winstonralph](https://github.com/winstonralph)
* fix(connection): call setMaxListeners(0) on MongoClient to avoid event emitter memory leak warnings with `useDb()` #10732

5.13.10 / 2021-10-05
====================
* fix(index.d.ts): allow using type: SchemaDefinitionProperty in schema definitions #10674
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.13.10",
"version": "5.13.11",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 4b8e0d1

Please sign in to comment.