Skip to content

Commit 6148d96

Browse files
committed
chore: release 7.5.2
1 parent f9bfae0 commit 6148d96

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
7.5.2 / 2023-09-15
2+
==================
3+
* fix(schema): handle number discriminator keys when using Schema.prototype.discriminator() #13858 #13788
4+
* fix: ignore `id` property when calling `set()` with both `id` and `_id` specified to avoid `id` setter overwriting #13762
5+
* types: pass correct document type to required and default function #13851 #13797
6+
* docs(model): add examples of using diffIndexes() to syncIndexes()and diffIndexes() api docs #13850 #13771
7+
18
7.5.1 / 2023-09-11
29
==================
310
* 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)

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

0 commit comments

Comments
 (0)