Skip to content

Commit 95f1ec9

Browse files
committed
chore: release 7.3.1
1 parent 49dd7e4 commit 95f1ec9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
7.3.1 / 2023-06-21
2+
==================
3+
* fix(query): respect query-level strict option on findOneAndReplace() #13516 #13507
4+
* docs(connections): expand docs on serverSelectionTimeoutMS #13533 #12967
5+
* docs: add example of accessing save options in pre save #13498
6+
* docs(connections+faq): add info on localhost vs 127.0.0.1
7+
* docs(SchemaType): validate members are validator & message (not msg) #13521 [lorand-horvath](https://github.com/lorand-horvath)
8+
19
7.3.0 / 2023-06-14
210
==================
311
* feat: upgrade mongodb -> 5.6.0 #13455 [lorand-horvath](https://github.com/lorand-horvath)

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

0 commit comments

Comments
 (0)