Skip to content

Commit

Permalink
chore: release 8.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 8, 2024
1 parent 537032d commit a0fdb9e
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.8.1 / 2024-11-08
==================
* perf: make a few micro-optimizations to help speed up findOne() #15022 #14906
* fix: apply embedded discriminators to subdoc schemas before compiling top level model so middleware applies correctly #15001 #14961
* fix(query): add overwriteImmutable option to allow updating immutable properties without disabling strict mode #15000 #8619

8.8.0 / 2024-10-31
==================
* feat: upgrade mongodb -> ~6.10 #14991 #14877
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.8.0",
"version": "8.8.1",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit a0fdb9e

Please sign in to comment.