Skip to content

Commit

Permalink
Merge branch 'master' into vkarpov15/gh-14394-2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 authored Jun 2, 2024
2 parents c26fda0 + 2423459 commit a42305e
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 @@
8.4.1 / 2024-05-31
==================
* fix: pass options to clone instead of get in applyVirtuals #14606 #14543 [andrews05](https://github.com/andrews05)
* fix(document): fire pre validate hooks on 5 level deep single nested subdoc when modifying after save() #14604 #14591
* fix: ensure buildBulkWriteOperations target shard if shardKey is set #14622 #14621 [matlpriceshape](https://github.com/matlpriceshape)
* types: pass DocType down to subdocuments so HydratedSingleSubdocument and HydratedArraySubdocument toObject() returns correct type #14612 #14601

7.6.12 / 2024-05-21
===================
* fix(array): avoid converting to $set when calling pull() on an element in the middle of the array #14531 #14502
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.4.0",
"version": "8.4.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit a42305e

Please sign in to comment.