Skip to content

Commit

Permalink
chore: release 5.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 30, 2019
1 parent 06112b0 commit 43b63ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
5.7.3 / 2019-09-30
==================
* fix: make CoreMongooseArray#includes() handle `fromIndex` parameter #8203
* fix(update): cast right hand side of `$pull` as a query instead of an update for document arrays #8166
* fix(populate): handle virtual populate of an embedded discriminator nested path #8173
* docs(validation): remove deprecated `isAsync` from validation docs in favor of emphasizing promises #8184
* docs(documents): add overwriting section #8178
* docs(promises): add note about queries being thenable #8110
* perf: avoid update validators going into Mixed types #8192 [birdofpreyru](https://github.com/birdofpreyru)
* refactor: remove async as a prod dependency #8073

5.7.2 / 2019-09-23
==================
* fix(mongoose): support `mongoose.set('autoIndex', false)` #8158
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.7.3-pre",
"version": "5.7.3",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 43b63ae

Please sign in to comment.