We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mongoosejs
Learn more about funding links in repositories.
Report abuse
1 parent 3a6b0dd commit a28933eCopy full SHA for a28933e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+6.11.2 / 2023-06-08
2
+===================
3
+ * fix(cursor): allow find middleware to modify query cursor options #13476 #13453 #13435
4
+
5
6.11.1 / 2023-05-08
6
===================
7
* fix(query): apply schema-level paths before calculating projection for findOneAndUpdate() #13348 #13340
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "6.11.1",
+ "version": "6.11.2",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
0 commit comments