Skip to content

Commit a0fdb9e

Browse files
committed
chore: release 8.8.1
1 parent 537032d commit a0fdb9e

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.8.1 / 2024-11-08
2+
==================
3+
* perf: make a few micro-optimizations to help speed up findOne() #15022 #14906
4+
* fix: apply embedded discriminators to subdoc schemas before compiling top level model so middleware applies correctly #15001 #14961
5+
* fix(query): add overwriteImmutable option to allow updating immutable properties without disabling strict mode #15000 #8619
6+
17
8.8.0 / 2024-10-31
28
==================
39
* feat: upgrade mongodb -> ~6.10 #14991 #14877

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

0 commit comments

Comments
 (0)