Skip to content

Commit 3169d92

Browse files
committed
chore: release 8.5.4
1 parent 9572cbd commit 3169d92

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
8.5.4 / 2024-08-23
2+
==================
3+
* fix: add empty string check for collection name passed #14806 [Shubham2552](https://github.com/Shubham2552)
4+
* docs(model): add 'throw' as valid strict value for bulkWrite() and add some more clarification on throwOnValidationError #14809
5+
16
7.8.1 / 2024-08-19
27
==================
38
* fix(query): handle casting $switch in $expr #14761

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "8.5.3",
4+
"version": "8.5.4",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)