Skip to content

Commit

Permalink
chore: release 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 19, 2023
1 parent 71162ef commit 610eed2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
7.2.0 / 2023-05-19
==================
* feat: upgrade mongodb -> 5.5.0
* feat(document): add flattenObjectIds option to toObject() and toJSON() #13383 #13341
* feat(query): add translateAliases option to automatically call translate aliases on query fields #13397 #8678 #7511
* feat(schema): propagate toObject and toJSON options to implicitly created schemas #13325
* feat(model): add throwOnValidationError option for opting into getting MongooseBulkWriteError if all valid operations succeed in bulkWrite() and insertMany() #13410 #13256
* feat(types+mongoose): export MongooseError #13403 #13387 [ramos-ph](https://github.com/ramos-ph)

7.1.2 / 2023-05-18
==================
* fix: set timestamps on single nested subdoc in insertMany() #13416 #13343
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.1.2",
"version": "7.2.0",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 610eed2

Please sign in to comment.