Skip to content

Commit

Permalink
chore: release 6.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Jun 7, 2022
1 parent 3c46ed0 commit b0043b7
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.3.6 / 2022-06-07
==================
* fix(update): apply timestamps to nested subdocs within $push and $addToSet #11775
* fix(document): use shallow clone instead of deep clone for `toObject()` options #11776
* fix: avoid checking for ObjectId with instanceof #11891 [noseworthy](https://github.com/noseworthy)
* fix(types): Allow sorting by text score #11893
* fix(types): allow schematype get() functions to return undefined #11561
* fix(types): add Schema.discriminator #11855 [Uzlopak](https://github.com/Uzlopak)
* fix(types): discriminator generic type not being passed to schema #11898 [GCastilho](https://github.com/GCastilho)

6.3.5 / 2022-05-30
==================
* fix(document): avoid infinite recursion when calling toObject() on self-referencing document #11756
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.3.5",
"version": "6.3.6",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit b0043b7

Please sign in to comment.