Skip to content

Commit 5e08e3e

Browse files
committed
chore: release 8.3.5
1 parent 3526799 commit 5e08e3e

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+
8.3.5 / 2024-05-15
2+
==================
3+
* fix(query): shallow clone $or, $and if merging onto empty query filter #14580 #14567
4+
* types(model+query): pass TInstanceMethods to QueryWithHelpers so populated docs have methods #14581 #14574
5+
* docs(typescript): clarify that setting THydratedDocumentType on schemas is necessary for correct method context #14575 #14573
6+
17
8.3.4 / 2024-05-06
28
==================
39
* perf(document): avoid cloning options using spread operator for perf reasons #14565 #14394

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

0 commit comments

Comments
 (0)