Skip to content

Commit

Permalink
chore: release 6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 5, 2022
1 parent afad86a commit 38865df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
6.4.3 / 2022-07-05
==================
* fix(document): handle validating deeply nested subdocuments underneath nested paths with required: false #12021
* fix(types): infer schematype type from schema paths when calling `SchemaType.path()` #11987
* fix(types): add $top and $topN aggregation operators #12053
* fix(types): clean up a couple of issues with $add and $ifNull #12017
* fix(types): allow $cond with $in #12028
* docs: add path level descending index example in docs #12023 [MitchellCash](https://github.com/MitchellCash)
* docs: add Buffer, Decimal128, Map to docs #11971

6.4.2 / 2022-07-01
==================
* fix: keep autoIndex & autoCreate as true by default if read preference is primaryPreferred #11976
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.4.2",
"version": "6.4.3",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 38865df

Please sign in to comment.