Skip to content

Commit

Permalink
chore: release 6.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 1, 2023
1 parent d5784d8 commit be5b7d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
6.11.5 / 2023-08-01
===================
* fix(schema): make Schema.prototype.clone() avoid creating different copies of subdocuments and single nested paths underneath single nested paths #13671 #13626
* fix: custom debug function not processing all args #13418

6.11.4 / 2023-07-17
===================
* perf: speed up mapOfSubdocs benchmark by 4x by avoiding unnecessary O(n^2) loop in getPathsToValidate() #13614
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.11.4",
"version": "6.11.5",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit be5b7d5

Please sign in to comment.