We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8d162 commit bca78feCopy full SHA for bca78fe
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+8.20.4 / 2025-12-18
2
+===================
3
+ * fix(model): ensure $isDeleted is set after calling doc.deleteOne() successfully #15898
4
+ * fix(document): use bitwise OR to accumulate version mode flags #15893 #15888 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
5
+
6
8.20.3 / 2025-12-15
7
===================
8
* perf: use Object.hasOwn instead of Object#hasOwnProperty #15875 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "8.20.3",
+ "version": "8.20.4",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
0 commit comments