From 5a53e62e420de26c93b2f614459a8387717f656c Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Mon, 25 Sep 2023 15:58:40 -0400 Subject: [PATCH] chore: release 7.5.3 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a47ea985eea..8ecb851fb66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +7.5.3 / 2023-09-25 +================== + * fix(document): handle MongoDB Long when casting BigInts #13869 #13791 + * fix(model): make bulkSave() persist changes that happen in pre('save') middleware #13885 #13799 + * fix: handle casting $elemMatch underneath $not underneath another $elemMatch #13893 #13880 + * fix(model): make bulkWrite casting respect global setDefaultsOnInsert #13870 #13823 + * fix(document): handle default values for discriminator key with embedded discriminators #13891 #13835 + * fix: account for null values when assigning isNew property within document array #13883 + * types: avoid "interface can only extend object types with statically known members" error in TypeScript 4 #13871 + * docs(deprecations): fix typo in includeResultMetadata deprecation docs #13884 #13844 + * docs: fix pre element overflow in home page #13868 [ghoshRitesh12](https://github.com/ghoshRitesh12) + 7.5.2 / 2023-09-15 ================== * fix(schema): handle number discriminator keys when using Schema.prototype.discriminator() #13858 #13788 diff --git a/package.json b/package.json index 827a3274b73..42979b01dd6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "7.5.2", + "version": "7.5.3", "author": "Guillermo Rauch ", "keywords": [ "mongodb",