Skip to content

Commit

Permalink
chore: release 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Sep 13, 2019
1 parent 0aec7ad commit 32c4e3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
@@ -1,3 +1,12 @@
5.7.1 / 2019-09-13
==================
* fix(query): fix TypeError when calling `findOneAndUpdate()` with `runValidators` #8151 [fernandolguevara](https://github.com/fernandolguevara)
* fix(document): throw strict mode error if setting an immutable path with strict mode: false #8149
* fix(mongoose): support passing options object to Mongoose constructor #8144
* fix(model): make syncIndexes() handle changes in index key order #8135
* fix(error): export StrictModeError as a static property of MongooseError #8148 [ouyuran](https://github.com/ouyuran)
* docs(connection+mongoose): add `useUnifiedTopology` option to `connect()` and `openUri()` docs #8146

5.7.0 / 2019-09-09
==================
* feat(document+query): support conditionally immutable schema paths #8001
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "5.7.1-pre",
"version": "5.7.1",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit 32c4e3c

Please sign in to comment.