Skip to content

Commit 2353c14

Browse files
committed
chore: release 6.4.1
1 parent 3a4ba27 commit 2353c14

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
6.4.1 / 2022-06-27
2+
==================
3+
* fix(schema): allow 0 for numbers if required and ref both set #11912
4+
* fix(query): skip applying default projections over slice projections #11940
5+
* fix(types): handle arrays in ApplyBasicQueryCasting correctly #11964
6+
* fix(types): fix $match typings #11969 [andreialecu](https://github.com/andreialecu)
7+
* fix(types): avoid adding non-existent properties from model constructor for typegoose #11960
8+
* fix(types): make Mongoose UpdateQuery compatible with MongoDB `UpdateFilter` #11911
9+
* fix(types): simplify MergeType constraints #11978
10+
* fix(types): correct references to Buffer for @types/node >= 16.0.0 < 16.6.0 #11963
11+
* fix(types): re-add the possibility to pass undefined for projection in Model.find #11965 [ghost91-](https://github.com/ghost91-)
12+
* fix(types): fix typo for indexes #11953 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)
13+
* fix(document+types): document merge option #11913
14+
* docs: update schematypes.md #11981 [korzio](https://github.com/korzio)
15+
* docs: update validation.md #11982 [korzio](https://github.com/korzio)
16+
117
6.4.0 / 2022-06-17
218
==================
319
* feat: upgrade mongodb driver -> 4.7.0 #11909 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)

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

0 commit comments

Comments
 (0)