Skip to content

Commit

Permalink
chore: release 7.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 15, 2023
1 parent f9bfae0 commit 6148d96
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "7.5.1",
"version": "7.5.2",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 6148d96

Please sign in to comment.