Skip to content

Commit 53d382b

Browse files
committedJun 6, 2024·
chore: release 6.13.0
1 parent 37e73b8 commit 53d382b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
6.13.0 / 2024-06-06
2+
===================
3+
* feat(model): add throwOnValidationError option for opting into getting MongooseBulkWriteError if all valid operations succeed in bulkWrite() and insertMany() #14599 #14587 #14572 #13410
4+
15
6.12.9 / 2024-05-24
26
===================
37
* fix(cast): cast $comment to string in query filters #14590 #14576

‎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": "6.12.9",
4+
"version": "6.13.0",
55
"author": "Guillermo Rauch <guillermo@learnboost.com>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)
Please sign in to comment.