Skip to content

Commit 6107403

Browse files
committed
chore: release 8.9.6
1 parent 5f0c105 commit 6107403

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
8.9.6 / 2025-01-31
2+
==================
3+
* fix(document): allow setting values to undefined with set(obj) syntax with strict: false #15207 #15192
4+
* fix(schema): improve reason for UUID cast error, currently a TypeError #15215 #15202
5+
* fix(aggregate): improve error when calling near() with invalid coordinates #15206 #15188
6+
17
7.8.6 / 2025-01-20
28
===================
39
* chore: remove coverage output from bundle

package.json

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

0 commit comments

Comments
 (0)