Skip to content

Commit 728cba3

Browse files
committed
chore: release 8.20.3
1 parent b5a05b9 commit 728cba3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
8.20.3 / 2025-12-15
2+
===================
3+
* perf: use Object.hasOwn instead of Object#hasOwnProperty #15875 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
4+
* fix: improve error when calling Document.prototype.init() with null/undefined #15812 [Vegapunk-debug](https://github.com/Vegapunk-debug)
5+
* types(schema): avoid treating paths with default: null as required #15889
6+
* types(schema): allow partial statics to schema.statics() #15780
7+
18
8.20.2 / 2025-12-05
29
===================
310
* fix(model): bump version if necessary after successful bulkSave() #15809 #15800

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.20.2",
4+
"version": "8.20.3",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)