Skip to content

Commit 4a38517

Browse files
committed
chore: release 7.6.7
1 parent f3ca867 commit 4a38517

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
7.6.7 / 2023-12-06
2+
==================
3+
* fix: avoid minimizing single nested subdocs if they are required #14151 #14058
4+
* fix(populate): allow deselecting discriminator key when populating #14155 #3230
5+
* fix: allow adding discriminators using Schema.prototype.discriminator() to subdocuments after defining parent schema #14131 #14109
6+
* fix(schema): avoid creating unnecessary clone of schematype in nested array so nested document arrays use correct constructor #14128 #14101
7+
* fix(populate): call transform object with single id instead of array when populating a justOne path under an array #14135 #14073
8+
* types: add back mistakenly removed findByIdAndRemove() function signature #14136 #14132
9+
110
7.6.6 / 2023-11-27
211
==================
312
* perf: avoid double-running setter logic when calling `push()` #14120 #11380

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "7.6.6",
4+
"version": "7.6.7",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)