Skip to content

Commit 5a53e62

Browse files
committed
chore: release 7.5.3
1 parent cb2c819 commit 5a53e62

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
7.5.3 / 2023-09-25
2+
==================
3+
* fix(document): handle MongoDB Long when casting BigInts #13869 #13791
4+
* fix(model): make bulkSave() persist changes that happen in pre('save') middleware #13885 #13799
5+
* fix: handle casting $elemMatch underneath $not underneath another $elemMatch #13893 #13880
6+
* fix(model): make bulkWrite casting respect global setDefaultsOnInsert #13870 #13823
7+
* fix(document): handle default values for discriminator key with embedded discriminators #13891 #13835
8+
* fix: account for null values when assigning isNew property within document array #13883
9+
* types: avoid "interface can only extend object types with statically known members" error in TypeScript 4 #13871
10+
* docs(deprecations): fix typo in includeResultMetadata deprecation docs #13884 #13844
11+
* docs: fix pre element overflow in home page #13868 [ghoshRitesh12](https://github.com/ghoshRitesh12)
12+
113
7.5.2 / 2023-09-15
214
==================
315
* fix(schema): handle number discriminator keys when using Schema.prototype.discriminator() #13858 #13788

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": "7.5.2",
4+
"version": "7.5.3",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)