Skip to content

Commit 79aab0c

Browse files
committed
chore: release 7.6.6
1 parent 0634ba4 commit 79aab0c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
7.6.6 / 2023-11-27
2+
==================
3+
* perf: avoid double-running setter logic when calling `push()` #14120 #11380
4+
* fix(populate): set populated docs in correct order when populating virtual underneath doc array with justOne #14105 #14018
5+
* fix: bump mongodb driver -> 5.9.1 #14084 #13829 [lorand-horvath](https://github.com/lorand-horvath)
6+
* types: allow defining document array using [{ prop: String }] syntax #14095 #13424
7+
* types: correct types for when includeResultMetadata: true is set #14078 #13987 [prathamVaidya](https://github.com/prathamVaidya)
8+
* types(query): base filters and projections off of RawDocType instead of DocType so autocomplete doesn't show populate #14118 #14077
9+
* types: make property names show up in intellisense for UpdateQuery #14123 #14090
10+
* types(model): support calling Model.validate() with pathsToSkip option #14088 #14003
11+
* docs: remove "DEPRECATED" warning mistakenly added to read() tags param #13980
12+
113
7.6.5 / 2023-11-14
214
==================
315
* fix: handle update validators and single nested doc with numeric paths #14066 #13977

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.5",
4+
"version": "7.6.6",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)