Skip to content

Commit

Permalink
chore: release 8.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 26, 2024
1 parent 862d1a5 commit bb98dcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
8.8.3 / 2024-11-26
==================
* fix: disallow using $where in match
* perf: cache results from getAllSubdocs() on saveOptions, only loop through known subdoc properties #15055 #15029
* fix(model+query): support overwriteDiscriminatorKey for bulkWrite updateOne and updateMany, allow inferring discriminator key from update #15046 #15040

8.8.2 / 2024-11-18
==================
* fix(model): handle array filters when casting bulkWrite #15036 #14978
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": "8.8.2",
"version": "8.8.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit bb98dcf

Please sign in to comment.