Skip to content

Commit

Permalink
chore: release 5.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Feb 23, 2019
1 parent af4c62c commit 66e9375
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
5.4.15 / 2019-02-22
===================
* fix(update): don't call schematype validators on array if using $pull with runValidators #6971
* fix(schema): clone all schema types when cloning an array #7537
* docs(connections): improve connectTimeoutMS docs and socketTimeoutMS docs to link to Node.js net.setTimeout() #5169
* docs: fix setters example in migration guide #7546 [freewil](https://github.com/freewil)

5.4.14 / 2019-02-19
===================
* fix(populate): make `getters` option handle nested paths #7521
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.4.15-pre",
"version": "5.4.15",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 66e9375

Please sign in to comment.