Skip to content

Commit e9eb8ab

Browse files
committedJul 11, 2023
chore: release 6.11.3
1 parent 688da8f commit e9eb8ab

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
6.11.3 / 2023-07-11
2+
===================
3+
* fix: avoid prototype pollution on init
4+
* fix(schema): correctly handle uuids with populate() #13317 #13595
5+
16
6.11.2 / 2023-06-08
27
===================
38
* fix(cursor): allow find middleware to modify query cursor options #13476 #13453 #13435

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "6.11.2",
4+
"version": "6.11.3",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)
Please sign in to comment.