Skip to content

Commit

Permalink
chore: release 5.7.14
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 6, 2019
1 parent 6ec6980 commit 7575882
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
5.7.14 / 2019-12-06
===================
* fix(cursor): wait until all `eachAsync()` functions finish before resolving the promise #8352
* fix(update): handle embedded discriminator paths when discriminator key is defined in the update #8378
* fix(schematype): handle passing `message` function to `SchemaType#validate()` as positional arg #8360
* fix(map): handle cloning a schema that has a map of subdocuments #8357
* docs(schema): clarify that `uppercase`, `lowercase`, and `trim` options for SchemaString don't affect RegExp queries #8333

5.7.13 / 2019-11-29
===================
* fix: upgrade mongodb driver -> 3.3.5 #8383
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.14-pre",
"version": "5.7.14",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 7575882

Please sign in to comment.