Skip to content

Commit

Permalink
chore: release 4.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 24, 2017
1 parent edca051 commit e318882
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
4.13.5 / 2017-11-24
===================
* fix(model): handle update cast errors correctly with bulkWrite #5845 [Michael77](https://github.com/Michael77)
* docs: add link to bufferCommands option #5844 [ralphite](https://github.com/ralphite)
* fix(model): allow virtual ref function to return arrays #5834 [brunohcastro](https://github.com/brunohcastro)
* fix(query): don't throw uncaught error if query filter too big #5812
* fix(document): if setting unselected nested path, don't overwrite nested path #5800
* fix(document): support calling `populate()` on nested document props #5703
* fix: add `strictBool` option for schema type boolean #5344 #5211 #4245
* docs(faq): add faq re: typeKey #1886
* docs(query): add more detailed docs re: options #1702

4.13.4 / 2017-11-17
===================
* fix(aggregate): add chainable .option() helper for setting arbitrary options #5829
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": "4.13.5-pre",
"version": "4.13.5",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit e318882

Please sign in to comment.