Skip to content

Commit

Permalink
chore: release 5.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 13, 2020
1 parent 1bdec38 commit dbdc417
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.9.13",
"version": "5.9.14",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit dbdc417

Please sign in to comment.