Skip to content

Commit 4339ded

Browse files
committed
chore: release 7.2.2
1 parent baa4acc commit 4339ded

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
7.2.2 / 2023-05-30
2+
==================
3+
* fix(schema): make bulkWrite updateOne() and updateMany() respect timestamps option when set by merging schemas #13445
4+
* fix(schema): recursively copy schemas from different modules when calling new Schema() #13441 #13275
5+
* fix(update): allow setting paths with dots under non-strict paths #13450 #13434
6+
* types: improve function parameter types for ToObjectOptions transform option #13446 #13421
7+
* docs: add nextjs page with link to next starter app and couple FAQs #13444 #13430
8+
* docs(connections): add section on multi tenant #13449 #11187
9+
* docs(connection+model): expand docs on accessors for underlying collections #13448 #13334
10+
111
7.2.1 / 2023-05-24
212
==================
313
* fix(array): track correct changes when setting nested array of primitives #13422 #13372

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.2.1",
4+
"version": "7.2.2",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)