Skip to content

Commit b22e9a8

Browse files
committed
chore: release 8.10.2
1 parent 9dc416a commit b22e9a8

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.10.2 / 2025-02-25
2+
===================
3+
* fix(model+connection): return MongoDB BulkWriteResult instance even if no valid ops #15266 #15265
4+
* fix(debug): avoid printing trusted symbol in debug output #15267 #15263
5+
* types: make type inference logic resilient to no Buffer type due to missing @types/node #15261
6+
17
8.10.1 / 2025-02-14
28
===================
39
* perf(document): only call undoReset() 1x/document #15257 #15255

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.10.1",
4+
"version": "8.10.2",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)