Skip to content

Commit e86c102

Browse files
committed
chore: release 8.18.1
1 parent b78d37c commit e86c102

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
8.18.1 / 2025-09-08
2+
===================
3+
* types: correct type inference for maps of maps #15602
4+
* types(model): copy base model statics onto discriminator model #15623 #15600
5+
* types: fix types for a string of enums #15605 [ruiaraujo](https://github.com/ruiaraujo)
6+
* types(SchemaOptions): disallow versionKey: true, which fails at runtime #15606
7+
* docs(typescript): add example explaining how to use query helper overrides for handling lean() #15622 #15601
8+
* docs(transactions): add note about nested transactions #15624
9+
110
8.18.0 / 2025-08-22
211
===================
312
* feat(schema): support for union types #15574 #10894

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

0 commit comments

Comments
 (0)