Skip to content

Commit 70377fc

Browse files
committed
chore: release 8.9.7
1 parent bd53c4c commit 70377fc

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.9.7 / 2025-02-04
2+
==================
3+
* fix: avoid applying defaults on map embedded paths #15217 #15196
4+
* types: add missing $median operator to aggregation types #15233 #15209
5+
* docs(document): clarify that toObject() returns a POJO that may contain non-POJO values #15232 #15208
6+
17
8.9.6 / 2025-01-31
28
==================
39
* fix(document): allow setting values to undefined with set(obj) syntax with strict: false #15207 #15192

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

0 commit comments

Comments
 (0)