Skip to content

Commit eb34bd3

Browse files
committed
chore: release 6.12.0
1 parent ec74347 commit eb34bd3

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.12.0 / 2023-08-24
2+
===================
3+
* feat: use mongodb driver v4.17.1
4+
* fix(model): make Model.bulkWrite() with empty array and ordered false not throw an error #13664
5+
* fix(document): correctly handle inclusive/exclusive projections when applying subdocument defaults #13763 #13720
6+
17
6.11.6 / 2023-08-21
28
===================
39
* fix(model): avoid hanging on empty bulkWrite() with ordered: false #13701 #13684 [JavaScriptBach](https://github.com/JavaScriptBach)

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.6",
4+
"version": "6.12.0",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)