Skip to content

Commit

Permalink
chore: release 5.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 16, 2020
1 parent 50945bc commit 99da463
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
5.10.15 / 2020-11-16
====================
* fix(array): make sure `Array#toObject()` returns a vanilla JavaScript array in Node.js 6+ #9540
* fix(connection): make `disconnect()` stop Mongoose if it is trying to reconnect #9531
* fix: ensure `Document#overwrite()` correctly overwrites maps #9549
* fix(document): make transform work with nested paths #9544 #9543 [jonathan-wilkinson](https://github.com/jonathan-wilkinson)
* fix(query): maxTimeMS in count, countDocuments, distinct #9552 [FlameFractal](https://github.com/FlameFractal)
* fix(schema): remove warning re: `increment` as a schema path name #9538
* fix(model): automatically set `partialFilterExpression` for indexes in discriminator schemas #9542

5.10.14 / 2020-11-12
====================
* fix(update): handle casting immutable object properties with `$setOnInsert` #9537
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.10.14",
"version": "5.10.15",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 99da463

Please sign in to comment.