Skip to content

Commit

Permalink
chore: release 6.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 17, 2023
1 parent 895bc32 commit 20b030e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
6.11.4 / 2023-07-17
===================
* perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() #13614

6.11.3 / 2023-07-11
===================
* fix: avoid prototype pollution on init
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.11.3",
"version": "6.11.4",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 20b030e

Please sign in to comment.