Skip to content

Commit 5449ab9

Browse files
committed
chore: release 6.4.6
1 parent b8c99cf commit 5449ab9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
6.4.6 / 2022-07-20
2+
==================
3+
* fix(schema): disallow setting __proto__ when creating schema with dotted properties #12085
4+
* fix(document): avoid mutating original object passed to $set() when applying defaults to nested properties #12102
5+
* fix(query): apply lean transform option to top-level document #12093
6+
* docs(migrating_to_6): correct example for `isObjectIdOrHexString()` #12123 [LokeshKanumoori](https://github.com/LokeshKanumoori)
7+
18
6.4.5 / 2022-07-18
29
==================
310
* fix(model+timestamps): set timestamps on subdocuments in insertMany() #12060

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

0 commit comments

Comments
 (0)