Skip to content

Commit

Permalink
chore: release 4.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 2, 2017
1 parent 7dc384c commit 5c159d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
4.13.6 / 2017-12-02
===================
* fix(schema): support strictBool option in schema #5856 [ekulabuhov](https://github.com/ekulabuhov)
* fix(update): make upsert option consistently handle truthy values, not just booleans, for updateOne() #5839
* refactor: remove unnecessary constructor check #2057
* docs(query): correct function signature for .mod() helper #1806
* fix(query): report ObjectParameterError when passing non-object as filter to find() and findOne() #1698

4.13.5 / 2017-11-24
===================
* fix(model): handle update cast errors correctly with bulkWrite #5845 [Michael77](https://github.com/Michael77)
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.6-pre",
"version": "4.13.6",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 5c159d7

Please sign in to comment.