Skip to content

Commit

Permalink
chore: release 7.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 6, 2023
1 parent f3ca867 commit 4a38517
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
7.6.7 / 2023-12-06
==================
* fix: avoid minimizing single nested subdocs if they are required #14151 #14058
* fix(populate): allow deselecting discriminator key when populating #14155 #3230
* fix: allow adding discriminators using Schema.prototype.discriminator() to subdocuments after defining parent schema #14131 #14109
* fix(schema): avoid creating unnecessary clone of schematype in nested array so nested document arrays use correct constructor #14128 #14101
* fix(populate): call transform object with single id instead of array when populating a justOne path under an array #14135 #14073
* types: add back mistakenly removed findByIdAndRemove() function signature #14136 #14132

7.6.6 / 2023-11-27
==================
* perf: avoid double-running setter logic when calling `push()` #14120 #11380
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.6",
"version": "7.6.7",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 4a38517

Please sign in to comment.