Skip to content

Commit 9b0c083

Browse files
committed
chore: release 8.16.4
1 parent 7f03e11 commit 9b0c083

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
8.16.4 / 2025-07-16
2+
===================
3+
* fix(connection): avoid calling connection.close() internally with force: Object #15534 #15531
4+
* types(schema): handle required: string in schema definitions #15538 #15536
5+
* types(document): allow calling $isDefault() with no args #15528 #15522
6+
* types: infer Typescript string enums #15530 [ruiaraujo](https://github.com/ruiaraujo)
7+
* types: pass TModelType down to schema statics #15537
8+
19
8.16.3 / 2025-07-10
210
===================
311
* fix(document): clean modified subpaths if unsetting map #15520 #15519

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

0 commit comments

Comments
 (0)