Skip to content

Commit

Permalink
chore: release 5.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 8, 2019
1 parent 97d6900 commit 537217e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
5.7.9 / 2019-11-08
==================
* fix(schema): support setting schema path to an instance of SchemaTypeOptions to fix integration with mongoose-i18n-localize #8297 #8292
* fix(populate): make `retainNullValues` set array element to `null` if foreign doc with that id was not found #8293
* fix(document): support getter setting virtual on manually populated doc when calling toJSON() #8295
* fix(model): allow objects with `toBSON()` to make it to `save()` #8299

5.7.8 / 2019-11-04
==================
* fix(document): allow manually populating path within document array #8273
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.7.9-pre",
"version": "5.7.9",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 537217e

Please sign in to comment.