Skip to content

Commit

Permalink
chore: release 5.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 9, 2019
1 parent 402db1a commit ede5aef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
@@ -1,3 +1,12 @@
5.7.4 / 2019-10-09
==================
* fix(schema): handle `required: null` and `required: undefined` as `required: false` #8219
* fix(update): support updating array embedded discriminator props if discriminator key in $elemMatch #8063
* fix(populate): allow accessing populate virtual prop underneath array when virtual defined on top level #8198
* fix(model): support passing `options` to `Model.remove()` #8211
* fix(document): handle `Document#set()` merge option when setting underneath single nested schema #8201
* fix: use options constructor class for all schematypes #8012

5.7.3 / 2019-09-30
==================
* fix: make CoreMongooseArray#includes() handle `fromIndex` parameter #8203
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.7.4-pre",
"version": "5.7.4",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit ede5aef

Please sign in to comment.