Skip to content

Commit

Permalink
chore: release 8.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 4, 2025
1 parent bd53c4c commit 70377fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
8.9.7 / 2025-02-04
==================
* fix: avoid applying defaults on map embedded paths #15217 #15196
* types: add missing $median operator to aggregation types #15233 #15209
* docs(document): clarify that toObject() returns a POJO that may contain non-POJO values #15232 #15208

8.9.6 / 2025-01-31
==================
* fix(document): allow setting values to undefined with set(obj) syntax with strict: false #15207 #15192
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.9.6",
"version": "8.9.7",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 70377fc

Please sign in to comment.