Skip to content

Commit

Permalink
chore: release 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 30, 2023
1 parent baa4acc commit 4339ded
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
7.2.2 / 2023-05-30
==================
* fix(schema): make bulkWrite updateOne() and updateMany() respect timestamps option when set by merging schemas #13445
* fix(schema): recursively copy schemas from different modules when calling new Schema() #13441 #13275
* fix(update): allow setting paths with dots under non-strict paths #13450 #13434
* types: improve function parameter types for ToObjectOptions transform option #13446 #13421
* docs: add nextjs page with link to next starter app and couple FAQs #13444 #13430
* docs(connections): add section on multi tenant #13449 #11187
* docs(connection+model): expand docs on accessors for underlying collections #13448 #13334

7.2.1 / 2023-05-24
==================
* fix(array): track correct changes when setting nested array of primitives #13422 #13372
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.2.1",
"version": "7.2.2",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 4339ded

Please sign in to comment.