Skip to content

Commit

Permalink
chore: release 8.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jan 31, 2025
1 parent 5f0c105 commit 6107403
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.6 / 2025-01-31
==================
* fix(document): allow setting values to undefined with set(obj) syntax with strict: false #15207 #15192
* fix(schema): improve reason for UUID cast error, currently a TypeError #15215 #15202
* fix(aggregate): improve error when calling near() with invalid coordinates #15206 #15188

7.8.6 / 2025-01-20
===================
* chore: remove coverage output from bundle
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.5",
"version": "8.9.6",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 6107403

Please sign in to comment.