Skip to content

Commit 5c159d7

Browse files
committed
chore: release 4.13.6
1 parent 7dc384c commit 5c159d7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
4.13.6 / 2017-12-02
2+
===================
3+
* fix(schema): support strictBool option in schema #5856 [ekulabuhov](https://github.com/ekulabuhov)
4+
* fix(update): make upsert option consistently handle truthy values, not just booleans, for updateOne() #5839
5+
* refactor: remove unnecessary constructor check #2057
6+
* docs(query): correct function signature for .mod() helper #1806
7+
* fix(query): report ObjectParameterError when passing non-object as filter to find() and findOne() #1698
8+
19
4.13.5 / 2017-11-24
210
===================
311
* fix(model): handle update cast errors correctly with bulkWrite #5845 [Michael77](https://github.com/Michael77)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mongoose",
33
"description": "Mongoose MongoDB ODM",
4-
"version": "4.13.6-pre",
4+
"version": "4.13.6",
55
"author": "Guillermo Rauch <[email protected]>",
66
"keywords": [
77
"mongodb",

0 commit comments

Comments
 (0)