Skip to content

Commit 3dce034

Browse files
committed
chore: release 6.12.3
1 parent 017b16e commit 3dce034

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
6.12.3 / 2023-11-07
2+
===================
3+
* fix(ChangeStream): correctly handle hydrate option when using change stream as stream instead of iterator #14052
4+
* fix(schema): fix dangling reference to virtual in tree after `removeVirtual()` #14019 #13085
5+
* fix(document): avoid unmarking modified on nested path if no initial value stored and already modified #14053 #14024
6+
* fix(document): consistently avoid marking subpaths of nested paths as modified #14053 #14022
7+
18
6.12.2 / 2023-10-25
29
===================
310
* fix: add fullPath to ValidatorProps #13995 [Freezystem](https://github.com/Freezystem)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "6.12.2",
4+
"version": "6.12.3",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)