Skip to content

Commit 44f391b

Browse files
committed
chore: release 6.12.4
1 parent ff75c75 commit 44f391b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
6.12.4 / 2023-12-27
2+
===================
3+
* fix: upgrade mongodb driver -> 4.17.2
4+
* fix(document): avoid treating nested projection as inclusive when applying defaults #14173 #14115
5+
* fix: account for null values when assigning isNew property #14172 #13883
6+
17
6.12.3 / 2023-11-07
28
===================
39
* fix(ChangeStream): correctly handle hydrate option when using change stream as stream instead of iterator #14052

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.3",
4+
"version": "6.12.4",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)