Skip to content

Commit 90d84fd

Browse files
committed
chore: release 7.3.3
1 parent 82b9c3c commit 90d84fd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
7.3.3 / 2023-07-10
2+
==================
3+
* fix: avoid prototype pollution on init
4+
* fix(document): clean up all array subdocument modified paths on save() #13589 #13582
5+
* types: avoid unnecessary MergeType<> if TOverrides not set, clean up statics and insertMany() type issues #13577 #13529
6+
17
7.3.2 / 2023-07-06
28
==================
39
* fix(model): avoid TypeError if insertMany() fails with error that does not have writeErrors property #13579 #13531

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

0 commit comments

Comments
 (0)