Skip to content

Commit

Permalink
chore: release 6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 6, 2021
1 parent ddce6fb commit c23a004
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
6.0.5 / 2021-09-06
==================
* fix(model): allow calling Model.validate() static with POJO array #10669
* fix(cast): let $expr through in query filters if strict mode enabled #10662
* fix(map): propagate flattenMaps option down to nested maps #10653
* fix(setDefaultsOnInsert): avoid adding unnecessary auto _id to $setOnInsert #10646
* fix(schema): support object with values and message syntax for Number enums #10648
* fix(index.d.ts): fix Document#populate() type #10651 [thiagokisaki](https://github.com/thiagokisaki)
* fix(index.d.ts): allow using $in and $nin on array paths #10605
* fix(index.d.ts): make _id required in query results and return value from `create()` #10657
* docs: update deprecations.md to reflect version 6 #10673 [multiwebinc](https://github.com/multiwebinc)
* docs: fix typo in queries.md #10681 [yogabonito](https://github.com/yogabonito)
* docs: fix typo in models.md #10680 [yogabonito](https://github.com/yogabonito)
* ci: add test for ubuntu-20.04 #10679 [YC](https://github.com/YC)

5.13.9 / 2021-09-06
===================
* fix(populate): avoid setting empty array on lean document when populate result is undefined #10599
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.0.4",
"version": "6.0.5",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit c23a004

Please sign in to comment.