Skip to content

Commit becd799

Browse files
committedSep 12, 2024·
chore: release 6.13.2
1 parent abedf3c commit becd799

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.2 / 2024-09-12
2+
===================
3+
* fix(document): make set() respect merge option on deeply nested objects #14870 #14878
4+
15
6.13.1 / 2024-09-06
26
===================
37
* fix: remove empty $and, $or, $not that were made empty by scrict mode #14749 #13086 [0x0a0d](https://github.com/0x0a0d)

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

0 commit comments

Comments
 (0)
Please sign in to comment.