Skip to content

Commit 8831f03

Browse files
committed
chore: release 7.6.3
1 parent d7b2bde commit 8831f03

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
7.6.3 / 2023-10-17
2+
==================
3+
* fix(populate): handle multiple spaces when specifying paths to populate using space-delimited paths #13984 #13951
4+
* fix(update): avoid applying defaults on query filter when upserting with empty update #13983 #13962
5+
* fix(model): add versionKey to bulkWrite when inserting or upserting #13981 #13944
6+
* docs: fix typo in timestamps docs #13976 [danielcoker](https://github.com/danielcoker)
7+
18
7.6.2 / 2023-10-13
29
==================
310
* perf: avoid storing a separate entry in schema subpaths for every element in an array #13953 #13874

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

0 commit comments

Comments
 (0)