Skip to content

Commit

Permalink
chore: release 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 1, 2021
1 parent 0e79c5c commit 8d37fe5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
6.0.4 / 2021-09-01
==================
* fix(schema): handle maps of maps #10644
* fix: avoid setting defaults on insert on a path whose subpath is referenced in the update #10624
* fix(index.d.ts): simplify UpdateQuery to avoid "excessively deep and possibly infinite" errors with `extends Document` and `any` #10617
* fix(index.d.ts): allow using type: [documentDefinition] when defining a doc array in a schema #10605
* docs: remove useNewUrlParser, useUnifiedTopology, some other legacy options from docs #10631 #10632
* docs(defaults): clarify that setDefaultsOnInsert is true by default in 6.x #10643
* test: use async/await instead of co #10633 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez)

6.0.3 / 2021-08-30
==================
* fix: handle buffering with find() now that find() no longer accepts a callback #10639 #10634 #10610
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "6.0.3",
"version": "6.0.4",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 8d37fe5

Please sign in to comment.