Skip to content

Commit 732673a

Browse files
committed
chore: release 9.1.3
1 parent 7f60e51 commit 732673a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
9.1.2 / 2025-01-05
1+
9.1.3 / 2026-01-09
2+
==================
3+
* fix(model): support timestamps option to insertMany() as both boolean and QueryTimestampsConfig #15941 #15938
4+
* fix(query): include preview of current and incoming update in error when merging normal update with pipeline #15939 #15928
5+
* types(model): apply basic type casting to paths underneath subdocuments #15948 #15947
6+
* types(utility): make WithLevel1NestedPaths correctly handle PopulatedDoc and other TypeScript unions with Document members #15942 #15923
7+
* docs(schema): expose "DocumentArrayElement" #15590 [hasezoey](https://github.com/hasezoey)
8+
9+
9.1.2 / 2026-01-05
210
==================
311
* fix(subdocs): pass options to pre-save hooks for subdocs #15921 #15920 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
412
* perf(model): select only _id when checking document existence during save() #15919 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)

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

0 commit comments

Comments
 (0)