Skip to content

Commit 38865df

Browse files
committed
chore: release 6.4.3
1 parent afad86a commit 38865df

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
6.4.3 / 2022-07-05
2+
==================
3+
* fix(document): handle validating deeply nested subdocuments underneath nested paths with required: false #12021
4+
* fix(types): infer schematype type from schema paths when calling `SchemaType.path()` #11987
5+
* fix(types): add $top and $topN aggregation operators #12053
6+
* fix(types): clean up a couple of issues with $add and $ifNull #12017
7+
* fix(types): allow $cond with $in #12028
8+
* docs: add path level descending index example in docs #12023 [MitchellCash](https://github.com/MitchellCash)
9+
* docs: add Buffer, Decimal128, Map to docs #11971
10+
111
6.4.2 / 2022-07-01
212
==================
313
* fix: keep autoIndex & autoCreate as true by default if read preference is primaryPreferred #11976

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

0 commit comments

Comments
 (0)