Skip to content

Commit e12ae3f

Browse files
committed
chore: release 7.4.5
1 parent 13c2ad0 commit e12ae3f

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+
7.4.5 / 2023-08-25
2+
==================
3+
* fix(debug): avoid putting virtuals and getters in debug output #13778
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.12.0 / 2023-08-24
28
===================
39
* feat: use mongodb driver v4.17.1

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

0 commit comments

Comments
 (0)