From c4a01ec201e03b5f30c706e3c665e7bf36e51f38 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Sat, 15 Sep 2018 16:49:35 -0400 Subject: [PATCH] chore: release 5.2.15 --- History.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 0517e130400..f67b50ad2e3 100644 --- a/History.md +++ b/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) diff --git a/package.json b/package.json index 534bb2f33ef..4a661c305b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "5.2.15-pre", + "version": "5.2.15", "author": "Guillermo Rauch ", "keywords": [ "mongodb",