Skip to content

Commit 6861d8d

Browse files
committed
chore: release 8.3.2
1 parent 0c5ec09 commit 6861d8d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
8.3.2 / 2024-04-16
2+
==================
3+
* fix(populate): avoid match function filtering out null values in populate result #14518 #14494
4+
* types(query): make FilterQuery props resolve to any for generics support #14510 #14473 #14459
5+
* types(DocumentArray): pass DocType generic to Document for correct toJSON() and toObject() return types #14526 #14469
6+
* types(models): fix incorrect bulk write options #14513 [emiljanitzek](https://github.com/emiljanitzek)
7+
* docs: add documentation for calling schema.post() with async function #14514 #14305
8+
19
7.6.11 / 2024-04-11
210
===================
311
* fix(populate): avoid match function filtering out null values in populate result #14518

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

0 commit comments

Comments
 (0)