Skip to content

Commit c43556d

Browse files
committed
chore: release 8.19.2
1 parent 18b6ec6 commit c43556d

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.19.2 / 2025-10-20
2+
===================
3+
* perf(setDefaultsOnInsert): avoid computing all modified paths when running setDefaultsOnInsert and update validators, only calculate if there are defaults to set #15691 #15672
4+
* fix: correct handling of relative vs absolute paths with maps and subdocuments #15682 #15678 #15350
5+
* ci: add publish script with provenance #15684 #15680
6+
17
8.19.1 / 2025-10-06
28
===================
39
* perf: avoid getting all modified paths in update when checking if versionKey needs to be set #15677 #15672

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

0 commit comments

Comments
 (0)