Skip to content

Commit 23132db

Browse files
committedMay 8, 2023
chore: release 6.11.1
1 parent 76e6456 commit 23132db

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
6.11.0 / 2023-05-01
28
===================
39
* feat: upgrade to mongodb 4.16.0 for Deno+Atlas connection fix #13337 #13075

‎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.0",
4+
"version": "6.11.1",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)
Please sign in to comment.