Skip to content

Commit 40a879b

Browse files
committed
chore: release 5.7.5
1 parent 159457d commit 40a879b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

History.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
5.7.5 / 2019-10-14
2+
==================
3+
* fix(query): delete top-level `_bsontype` property in queries to prevent silent empty queries #8222
4+
* fix(update): handle subdocument pre('validate') errors in update validation #7187
5+
* fix(subdocument): make subdocument#isModified use parent document's isModified #8223
6+
* docs(index): add favicon to home page #8226
7+
* docs: add schema options to API docs #8012
8+
* docs(middleware): add note about accessing the document being updated in pre('findOneAndUpdate') #8218
9+
* refactor: remove redundant code in ValidationError #8244 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
10+
111
5.7.4 / 2019-10-09
212
==================
313
* fix(schema): handle `required: null` and `required: undefined` as `required: false` #8219

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "5.7.5-pre",
4+
"version": "5.7.5",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)