Skip to content

Commit 9e11102

Browse files
committed
chore: release 8.16.3
1 parent 0aac16a commit 9e11102

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+
8.16.3 / 2025-07-10
2+
===================
3+
* fix(document): clean modified subpaths if unsetting map #15520 #15519
4+
* fix: make DocumentArray SchemaType pass all options to embedded SchemaType #15523
5+
* types: support readonly array in query.select #15527 [omermizr](https://github.com/omermizr)
6+
17
8.16.2 / 2025-07-07
28
===================
39
* fix(cursor): populate after hydrating in queryCursor so populated docs get parent() #15498 #15494

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

0 commit comments

Comments
 (0)