Skip to content

Commit b0043b7

Browse files
committed
chore: release 6.3.6
1 parent 3c46ed0 commit b0043b7

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.3.6 / 2022-06-07
2+
==================
3+
* fix(update): apply timestamps to nested subdocs within $push and $addToSet #11775
4+
* fix(document): use shallow clone instead of deep clone for `toObject()` options #11776
5+
* fix: avoid checking for ObjectId with instanceof #11891 [noseworthy](https://github.com/noseworthy)
6+
* fix(types): Allow sorting by text score #11893
7+
* fix(types): allow schematype get() functions to return undefined #11561
8+
* fix(types): add Schema.discriminator #11855 [Uzlopak](https://github.com/Uzlopak)
9+
* fix(types): discriminator generic type not being passed to schema #11898 [GCastilho](https://github.com/GCastilho)
10+
111
6.3.5 / 2022-05-30
212
==================
313
* fix(document): avoid infinite recursion when calling toObject() on self-referencing document #11756

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

0 commit comments

Comments
 (0)