diff --git a/History.md b/History.md index 8c6455e49b6..1a51cca6125 100644 --- a/History.md +++ b/History.md @@ -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) diff --git a/package.json b/package.json index ba66e50d250..75ef05b09ae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mongoose", "description": "Mongoose MongoDB ODM", - "version": "4.13.6-pre", + "version": "4.13.6", "author": "Guillermo Rauch ", "keywords": [ "mongodb",