From dbdc417f6186c2ebc6c654db75ab549ff8236bc9 Mon Sep 17 00:00:00 2001 From: Valeri Karpov Date: Wed, 13 May 2020 18:24:26 -0400 Subject: [PATCH] chore: release 5.9.14 --- History.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 9b2cfe1618b..eed6cc667b1 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,15 @@ +5.9.14 / 2020-05-13 +=================== + * fix(cursor): add index as second parameter to eachAsync callback #8972 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez) + * fix(query): cast filter according to discriminator schema if discriminator key in filter #8881 + * fix(model): fix throwing error when populating virtual path defined on child discriminator #8924 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez) + * fix(errors): handle case when user has make `Error.prototype.toJSON` read only #8986 [osher](https://github.com/osher) + * fix(model): add `kind` to cast errors thrown by query execution #8953 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez) + * fix(update): use child schema strict on single nested updates if useNestedStrict not set #8922 + * docs(model): improve `save()` docs #8956 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez) + * docs: add immutable type to Schema Types #8987 [Andrew5569](https://github.com/Andrew5569) + * docs: sort schema reserved keys in documentation #8966 [AbdelrahmanHafez](https://github.com/AbdelrahmanHafez) + 5.9.13 / 2020-05-08 =================== * fix(schema): mark correct path as modified when setting a path underneath a nested array of documents #8926 diff --git a/package.json b/package.json index becbe67f6e5..62aab6f6b91 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "5.9.13", + "version": "5.9.14", "author": "Guillermo Rauch ", "keywords": [ "mongodb",