diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa5fb66cba..f3f49baf060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +7.3.3 / 2023-07-10 +================== + * fix: avoid prototype pollution on init + * fix(document): clean up all array subdocument modified paths on save() #13589 #13582 + * types: avoid unnecessary MergeType<> if TOverrides not set, clean up statics and insertMany() type issues #13577 #13529 + 7.3.2 / 2023-07-06 ================== * fix(model): avoid TypeError if insertMany() fails with error that does not have writeErrors property #13579 #13531 diff --git a/package.json b/package.json index 8264ee20d0f..198d202e31c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "7.3.2", + "version": "7.3.3", "author": "Guillermo Rauch ", "keywords": [ "mongodb",