Skip to content

Commit

Permalink
chore: release 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 21, 2023
1 parent 49dd7e4 commit 95f1ec9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
7.3.1 / 2023-06-21
==================
* fix(query): respect query-level strict option on findOneAndReplace() #13516 #13507
* docs(connections): expand docs on serverSelectionTimeoutMS #13533 #12967
* docs: add example of accessing save options in pre save #13498
* docs(connections+faq): add info on localhost vs 127.0.0.1
* docs(SchemaType): validate members are validator & message (not msg) #13521 [lorand-horvath](https://github.com/lorand-horvath)

7.3.0 / 2023-06-14
==================
* feat: upgrade mongodb -> 5.6.0 #13455 [lorand-horvath](https://github.com/lorand-horvath)
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.0",
"version": "7.3.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 95f1ec9

Please sign in to comment.