Skip to content

Commit 13150a3

Browse files
committed
chore: release 7.6.5
1 parent 9a41011 commit 13150a3

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+
7.6.5 / 2023-11-14
2+
==================
3+
* fix: handle update validators and single nested doc with numeric paths #14066 #13977
4+
* fix: handle recursive schema array in discriminator definition #14068 #14055
5+
* fix: diffIndexes treats namespace error as empty #14048 #14029
6+
* docs(migrating_to_7): add note about requiring new with ObjectId #14021 #14020
7+
18
6.12.3 / 2023-11-07
29
===================
310
* 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": "7.6.4",
4+
"version": "7.6.5",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)