Skip to content

Commit

Permalink
chore: release 6.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 24, 2023
1 parent ec74347 commit eb34bd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
6.12.0 / 2023-08-24
===================
* feat: use mongodb driver v4.17.1
* fix(model): make Model.bulkWrite() with empty array and ordered false not throw an error #13664
* fix(document): correctly handle inclusive/exclusive projections when applying subdocument defaults #13763 #13720

6.11.6 / 2023-08-21
===================
* fix(model): avoid hanging on empty bulkWrite() with ordered: false #13701 #13684 [JavaScriptBach](https://github.com/JavaScriptBach)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.11.6",
"version": "6.12.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit eb34bd3

Please sign in to comment.