Skip to content

Commit cc6605e

Browse files
committed
chore: release 6.4.2
1 parent 87a6edc commit cc6605e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
6.4.2 / 2022-07-01
2+
==================
3+
* fix: keep autoIndex & autoCreate as true by default if read preference is primaryPreferred #11976
4+
* fix(types): improve inferred Schema Type to handle nested paths and ObjectIds #12007 [iammola](https://github.com/iammola)
5+
* fix(types): avoid inferring doc type from param to create() #12001
6+
* fix(types): make populate Paths generic consistently overwrite doc interface #11955
7+
* fix(types): allow null at ne expression second parameter #11996 [jyeros](https://github.com/jyeros)
8+
* fix(types): change index "weights" to be more explicit #11997 [hasezoey](https://github.com/hasezoey)
9+
110
6.4.1 / 2022-06-27
211
==================
312
* fix(schema): allow 0 for numbers if required and ref both set #11912

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

0 commit comments

Comments
 (0)