Skip to content

Commit

Permalink
chore: release 6.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 18, 2022
1 parent 44530a6 commit bc302f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
6.4.5 / 2022-07-18
==================
* fix(model+timestamps): set timestamps on subdocuments in insertMany() #12060
* fix: correct isAtlas check #12110 [skrtheboss](https://github.com/skrtheboss)
* fix(types): fix various issues with auto typed schemas #12042 [mohammad0-0ahmad](https://github.com/mohammad0-0ahmad)
* fix(types): allow any value for AddFields #12096
* fix(types): allow arbitrary expressions for ConcatArrays #12058
* fix(types): make $addToSet fields mutable to allow programatically constructing $addToSet #12091
* fix(types): add $let as a possible expression to $addFields #12087 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* fix(types): fix $switch expression type #12088 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
* fix(types): correct options type for syncIndexes() #12101 [lpizzinidev](https://github.com/lpizzinidev)
* fix(types): avoid treating | undefined types as any in `Require_id` to better support `_id: String` with auto-typed schemas #12070
* docs: fix up various jsdoc issues #12086 [hasezoey](https://github.com/hasezoey)
* docs: add sanitizeFilter to mongoose.set() options #12112 [pathei-kosmos](https://github.com/pathei-kosmos)

6.4.4 / 2022-07-08
==================
* fix(types): allow using an object to configure timestamps #12061 [lantw44](https://github.com/lantw44)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.4.4",
"version": "6.4.5",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit bc302f4

Please sign in to comment.