Skip to content

Commit 9e0ca12

Browse files
committed
chore: release 7.4.2
1 parent b1e0b7c commit 9e0ca12

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
7.4.2 / 2023-08-03
2+
==================
3+
* fix(model): avoid hanging on empty bulkWrite() with ordered: false #13684 #13664
4+
* fix: Document.prototype.isModified support for a string of keys as first parameter #13674 #13667 [gastoncasini](https://github.com/gastoncasini)
5+
* fix: disable id virtual if alias:id set #13654 #13650
6+
* fix: support timestamps:false on bulkWrite with updateOne and updateMany #13649 #13611
7+
* docs(typescript): highlight auto type inference for methods and statics, add info on using methods with generics #13696 #12942
8+
* docs(middleware): fix old example using post('remove') #13683 #13518
9+
* docs(deprecations): quick fix for includeResultMetadata docs #13695
10+
111
6.11.5 / 2023-08-01
212
===================
313
* fix(schema): make Schema.prototype.clone() avoid creating different copies of subdocuments and single nested paths underneath single nested paths #13671 #13626

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

0 commit comments

Comments
 (0)