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 76e6456 commit 23132dbCopy full SHA for 23132db
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+6.11.1 / 2023-05-08
2
+===================
3
+ * fix(query): apply schema-level paths before calculating projection for findOneAndUpdate() #13348 #13340
4
+ * fix: add SUPPRESS_JEST_WARNINGS environment variable to hide jest warnings #13384 #13373
5
+ * types(model): allow overwriting expected param type for bulkWrite() #13292 [hasezoey](https://github.com/hasezoey)
6
+
7
6.11.0 / 2023-05-01
8
===================
9
* feat: upgrade to mongodb 4.16.0 for Deno+Atlas connection fix #13337 #13075
package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
- "version": "6.11.0",
+ "version": "6.11.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
0 commit comments