Skip to content

Commit bc302f4

Browse files
committed
chore: release 6.4.5
1 parent 44530a6 commit bc302f4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
6.4.5 / 2022-07-18
2+
==================
3+
* fix(model+timestamps): set timestamps on subdocuments in insertMany() #12060
4+
* fix: correct isAtlas check #12110 [skrtheboss](https://github.com/skrtheboss)
5+
* fix(types): fix various issues with auto typed schemas #12042 [mohammad0-0ahmad](https://github.com/mohammad0-0ahmad)
6+
* fix(types): allow any value for AddFields #12096
7+
* fix(types): allow arbitrary expressions for ConcatArrays #12058
8+
* fix(types): make $addToSet fields mutable to allow programatically constructing $addToSet #12091
9+
* fix(types): add $let as a possible expression to $addFields #12087 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
10+
* fix(types): fix $switch expression type #12088 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
11+
* fix(types): correct options type for syncIndexes() #12101 [lpizzinidev](https://github.com/lpizzinidev)
12+
* fix(types): avoid treating | undefined types as any in `Require_id` to better support `_id: String` with auto-typed schemas #12070
13+
* docs: fix up various jsdoc issues #12086 [hasezoey](https://github.com/hasezoey)
14+
* docs: add sanitizeFilter to mongoose.set() options #12112 [pathei-kosmos](https://github.com/pathei-kosmos)
15+
116
6.4.4 / 2022-07-08
217
==================
318
* fix(types): allow using an object to configure timestamps #12061 [lantw44](https://github.com/lantw44)

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

0 commit comments

Comments
 (0)