Skip to content

Commit

Permalink
chore: release 5.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Aug 28, 2020
1 parent a76c54f commit cc32a0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
5.10.2 / 2020-08-28
===================
* fix(model): avoid uncaught error if `insertMany()` fails due to server selection error #9355
* fix(aggregate): automatically convert accumulator function options to strings #9364
* fix(document): handle `pull()` on a document array when `_id` is an alias #9319
* fix(queryhelpers): avoid path collision error when projecting in discriminator key with `.$` #9361
* fix: fix typo in error message thrown by unimplemented createIndex #9367 [timhaley94](https://github.com/timhaley94)
* docs(plugins): note that plugins should be applied before you call `mongoose.model()` #7723

5.10.1 / 2020-08-26
===================
* fix(mongoose): fix `.then()` is not a function error when calling `mongoose.connect()` multiple times #9358 #9335 #9331
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": "5.10.1",
"version": "5.10.2",
"author": "Guillermo Rauch <[email protected]>",
"keywords": [
"mongodb",
Expand Down

0 comments on commit cc32a0e

Please sign in to comment.