Skip to content

Commit 3d48352

Browse files
committed
chore: release 6.4.4
1 parent 59e2aba commit 3d48352

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
6.4.4 / 2022-07-08
2+
==================
3+
* fix(types): allow using an object to configure timestamps #12061 [lantw44](https://github.com/lantw44)
4+
* fix(types): support findOneAndReplace with rawResult #12062 [lantw44](https://github.com/lantw44)
5+
* docs: upgrade API documentation parser #12078 #12072 #12071 #12024 [hasezoey](https://github.com/hasezoey)
6+
* docs(document): add more info on $isNew #11990
7+
* docs: add SchemaType doValidate() to docs #12068
8+
19
6.4.3 / 2022-07-05
210
==================
311
* fix(document): handle validating deeply nested subdocuments underneath nested paths with required: false #12021

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

0 commit comments

Comments
 (0)