Skip to content

Commit

Permalink
chore: release 5.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 28, 2021
1 parent 060039d commit 6b33a7b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
5.13.4 / 2021-07-28
===================
* fix: avoid pulling non-schema paths from documents into nested paths #10449
* fix(update): support overwriting nested map paths #10485
* fix(update): apply timestamps to subdocs that would be newly created by `$setOnInsert` #10460
* fix(map): correctly clone subdocs when calling toObject() on a map #10486
* fix(cursor): cap parallel batchSize for populate at 5000 #10449
* fix(index.d.ts): improve autocomplete for new Model() by making `doc` an object with correct keys #10475
* fix(index.d.ts): add MongooseOptions interface #10471 [thiagokisaki](https://github.com/thiagokisaki)
* fix(index.d.ts): make LeanDocument work with PopulatedDoc #10494
* docs(mongoose+connection): correct default value for bufferTimeoutMS #10476
* chore: remove unnecessary 'eslint-disable' comments #10466 [thiagokisaki](https://github.com/thiagokisaki)

5.13.3 / 2021-07-16
===================
* fix(model): avoid throwing error when bulkSave() called on a document with no changes #10437
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.3",
"version": "5.13.4",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 6b33a7b

Please sign in to comment.