Skip to content

Commit

Permalink
chore: release 5.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 14, 2019
1 parent 159457d commit 40a879b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
@@ -1,3 +1,13 @@
5.7.5 / 2019-10-14
==================
* fix(query): delete top-level `_bsontype` property in queries to prevent silent empty queries #8222
* fix(update): handle subdocument pre('validate') errors in update validation #7187
* fix(subdocument): make subdocument#isModified use parent document's isModified #8223
* docs(index): add favicon to home page #8226
* docs: add schema options to API docs #8012
* docs(middleware): add note about accessing the document being updated in pre('findOneAndUpdate') #8218
* refactor: remove redundant code in ValidationError #8244 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)

5.7.4 / 2019-10-09
==================
* fix(schema): handle `required: null` and `required: undefined` as `required: false` #8219
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.7.5-pre",
"version": "5.7.5",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 40a879b

Please sign in to comment.