Skip to content

Commit

Permalink
chore: release 7.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 10, 2023
1 parent 82b9c3c commit 90d84fd
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 @@
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
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": "7.3.2",
"version": "7.3.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

2 comments on commit 90d84fd

@lorand-horvath
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vkarpov15 Thanks for the new version! Although, for some reason, it hasn't been published on npm yet https://www.npmjs.com/package/mongoose?activeTab=versions

@vkarpov15
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay, released yesterday:

image

Please sign in to comment.