Skip to content

Commit

Permalink
chore: release 6.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 11, 2023
1 parent 688da8f commit e9eb8ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
6.11.3 / 2023-07-11
===================
* fix: avoid prototype pollution on init
* fix(schema): correctly handle uuids with populate() #13317 #13595

6.11.2 / 2023-06-08
===================
* fix(cursor): allow find middleware to modify query cursor options #13476 #13453 #13435
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": "6.11.2",
"version": "6.11.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit e9eb8ab

Please sign in to comment.