Skip to content

Commit

Permalink
chore: release 5.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 24, 2020
1 parent 9cc9651 commit a37dc2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
5.10.7 / 2020-09-24
===================
* fix(schema): set correct path and schema on nested primitive arrays #9429
* fix(document): pass document to required validator so `required` can use arrow functions #9435 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* fix(document): handle required when schema has property named `isSelected` #9438
* fix(timestamps): allow using timestamps when schema has a property named 'set' #9428
* fix(schema): make `Schema#clone()` use parent Mongoose instance's Schema constructor #9426

5.10.6 / 2020-09-18
===================
* fix(populate): handle `options.perDocumentLimit` option same as `perDocumentLimit` when calling `populate()` #9418
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.6",
"version": "5.10.7",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit a37dc2b

Please sign in to comment.