Skip to content

Commit

Permalink
chore: release 6.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 20, 2022
1 parent b8c99cf commit 5449ab9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
6.4.6 / 2022-07-20
==================
* fix(schema): disallow setting __proto__ when creating schema with dotted properties #12085
* fix(document): avoid mutating original object passed to $set() when applying defaults to nested properties #12102
* fix(query): apply lean transform option to top-level document #12093
* docs(migrating_to_6): correct example for `isObjectIdOrHexString()` #12123 [LokeshKanumoori](https://github.com/LokeshKanumoori)

6.4.5 / 2022-07-18
==================
* fix(model+timestamps): set timestamps on subdocuments in insertMany() #12060
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.4.5",
"version": "6.4.6",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 5449ab9

Please sign in to comment.