Skip to content

Commit

Permalink
chore: release 7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 6, 2023
1 parent 7ad5eef commit b336ed8
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.3.2 / 2023-07-06
==================
* fix(model): avoid TypeError if insertMany() fails with error that does not have writeErrors property #13579 #13531
* fix(query): convert findOneAndUpdate to findOneAndReplace when overwrite set for backwards compat with Mongoose 6 #13572 #13550
* fix(query): throw readable error when executing a Query instance without an associated model #13571 #13570
* types: support mongoose.Schema.ObjectId as alias for mongoose.Schema.Types.ObjectId #13543 #13534
* docs(connections): clarify that socketTimeoutMS now defaults to 0 #13576 #13537
* docs(migrating_to_7): add mapReduce() removal to migration guide #13568 #13548
* docs(schemas): fix typo in schemas.md #13540 [Metehan-Altuntekin](https://github.com/Metehan-Altuntekin)

7.3.1 / 2023-06-21
==================
* fix(query): respect query-level strict option on findOneAndReplace() #13516 #13507
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.3.1",
"version": "7.3.2",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit b336ed8

Please sign in to comment.