From 40a879b455145c11480493f79790dcf1286306bf Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Mon, 14 Oct 2019 10:24:24 -0400 Subject: [PATCH] chore: release 5.7.5 --- History.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 518e423493b..4542f383577 100644 --- a/History.md +++ b/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 diff --git a/package.json b/package.json index 11dada08bf3..febd762bf1e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "5.7.5-pre", + "version": "5.7.5", "author": "Guillermo Rauch ", "keywords": [ "mongodb",