Skip to content

Commit 2423459

Browse files
committed
chore: release 8.4.1
1 parent e370f72 commit 2423459

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+
8.4.1 / 2024-05-31
2+
==================
3+
* fix: pass options to clone instead of get in applyVirtuals #14606 #14543 [andrews05](https://github.com/andrews05)
4+
* fix(document): fire pre validate hooks on 5 level deep single nested subdoc when modifying after save() #14604 #14591
5+
* fix: ensure buildBulkWriteOperations target shard if shardKey is set #14622 #14621 [matlpriceshape](https://github.com/matlpriceshape)
6+
* types: pass DocType down to subdocuments so HydratedSingleSubdocument and HydratedArraySubdocument toObject() returns correct type #14612 #14601
7+
18
7.6.12 / 2024-05-21
29
===================
310
* fix(array): avoid converting to $set when calling pull() on an element in the middle of the array #14531 #14502

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

0 commit comments

Comments
 (0)