Skip to content

Commit

Permalink
chore: release 5.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 15, 2018
1 parent 1ba6ca7 commit c4a01ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
@@ -1,3 +1,13 @@
5.2.15 / 2018-09-15
===================
* fix(populate): handle virtual justOne correctly if it isn't set #6988
* fix(populate): consistently use lowercase `model` instead of `Model` so double-populating works with existing docs #6978
* fix(model): allow calling `Model.init()` again after calling `dropDatabase()` #6967
* fix(populate): find correct justOne when double-populating underneath an array #6798
* docs(webpack): make webpack docs use es2015 preset for correct libs and use acorn to test output is valid ES5 #6740
* fix(populate): add selectPopulatedPaths option to opt out of auto-adding `populate()`-ed fields to `select()` #6546
* fix(model): set timestamps on bulkWrite `insertOne` and `replaceOne` #5708

5.2.14 / 2018-09-09
===================
* docs: fix wording on promise docs to not imply queries only return promises #6983 #6982 [lineus](https://github.com/lineus)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.2.15-pre",
"version": "5.2.15",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit c4a01ec

Please sign in to comment.