Skip to content

Commit

Permalink
chore: release 8.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Apr 16, 2024
1 parent 0c5ec09 commit 6861d8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
8.3.2 / 2024-04-16
==================
* fix(populate): avoid match function filtering out null values in populate result #14518 #14494
* types(query): make FilterQuery props resolve to any for generics support #14510 #14473 #14459
* types(DocumentArray): pass DocType generic to Document for correct toJSON() and toObject() return types #14526 #14469
* types(models): fix incorrect bulk write options #14513 [emiljanitzek](https://github.com/emiljanitzek)
* docs: add documentation for calling schema.post() with async function #14514 #14305

7.6.11 / 2024-04-11
===================
* fix(populate): avoid match function filtering out null values in populate result #14518
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "8.3.1",
"version": "8.3.2",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 6861d8d

Please sign in to comment.