Skip to content

Commit

Permalink
chore: release 5.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Oct 9, 2020
1 parent c44eeb0 commit e406afa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
5.10.9 / 2020-10-09
===================
* fix(update): strip out unused array filters to avoid "filter was not used in the update" error #9468
* fix(mongoose): allow setting `autoCreate` as a global option to be consistent with `autoIndex` #9466

5.10.8 / 2020-10-05
===================
* fix(schema): handle setting nested paths underneath single nested subdocs #9459
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": "5.10.8",
"version": "5.10.9",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit e406afa

Please sign in to comment.