Skip to content

Commit 31c691c

Browse files
committed
chore: release 8.19.0
1 parent 2987cb0 commit 31c691c

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.19.0 / 2025-10-02
2+
===================
3+
* feat: upgrade mongodb driver to 6.20.0 #15651 #15656
4+
* feat(model): add virtuals option to Model.hydrate() to set virtuals #15638 #15627
5+
* fix(schema): handle casting array filters underneath maps of Mixed #15655 #15653
6+
* types: optimize InferRawDocType #15588 [ssalbdivad](https://github.com/ssalbdivad)
7+
* types(schema): add lean schema option to TypeScript types #15646 #15583 #10090
8+
19
8.18.3 / 2025-09-29
210
===================
311
* fix(update): avoid throwing error if update has a top-level $addToSet with no path #15648 #15642

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

0 commit comments

Comments
 (0)