Skip to content

Commit

Permalink
chore: release 7.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Apr 11, 2024
1 parent 247d029 commit c97c060
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
7.6.11 / 2024-04-11
===================
* fix(populate): avoid match function filtering out null values in populate result #14518
* fix(schema): support setting discriminator options in Schema.prototype.discriminator() #14493 #14448
* fix(schema): deduplicate idGetter so creating multiple models with same schema doesn't result in multiple id getters #14492 #14457

6.12.8 / 2024-04-10
===================
* fix(document): handle virtuals that are stored as objects but getter returns string with toJSON #14468 #14446
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "7.6.10",
"version": "7.6.11",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit c97c060

Please sign in to comment.