From 6148d969aca0975c9dc38cdb119fa09777e9f8cc Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Fri, 15 Sep 2023 15:42:06 -0400 Subject: [PATCH] chore: release 7.5.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 122ecdfdae2..a47ea985eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +7.5.2 / 2023-09-15 +================== + * fix(schema): handle number discriminator keys when using Schema.prototype.discriminator() #13858 #13788 + * fix: ignore `id` property when calling `set()` with both `id` and `_id` specified to avoid `id` setter overwriting #13762 + * types: pass correct document type to required and default function #13851 #13797 + * docs(model): add examples of using diffIndexes() to syncIndexes()and diffIndexes() api docs #13850 #13771 + 7.5.1 / 2023-09-11 ================== * fix: set default value for _update when no update object is provided and versionKey is set to false #13795 #13783 [MohOraby](https://github.com/MohOraby) diff --git a/package.json b/package.json index 41050d6ed46..827a3274b73 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "7.5.1", + "version": "7.5.2", "author": "Guillermo Rauch ", "keywords": [ "mongodb",