Skip to content

Commit

Permalink
chore: release 7.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 25, 2023
1 parent cb2c819 commit 5a53e62
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.2",
"version": "7.5.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 5a53e62

Please sign in to comment.