Skip to content

Commit

Permalink
chore: release 6.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jul 1, 2022
1 parent 87a6edc commit cc6605e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
6.4.2 / 2022-07-01
==================
* fix: keep autoIndex & autoCreate as true by default if read preference is primaryPreferred #11976
* fix(types): improve inferred Schema Type to handle nested paths and ObjectIds #12007 [iammola](https://github.com/iammola)
* fix(types): avoid inferring doc type from param to create() #12001
* fix(types): make populate Paths generic consistently overwrite doc interface #11955
* fix(types): allow null at ne expression second parameter #11996 [jyeros](https://github.com/jyeros)
* fix(types): change index "weights" to be more explicit #11997 [hasezoey](https://github.com/hasezoey)

6.4.1 / 2022-06-27
==================
* fix(schema): allow 0 for numbers if required and ref both set #11912
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.1",
"version": "6.4.2",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit cc6605e

Please sign in to comment.